ish/app/UIViewController+Back.m
2018-09-23 18:53:34 -07:00

16 lines
225 B
Objective-C

//
// UIViewController+Unwind.m
// iSH
//
// Created by Theodore Dubois on 9/23/18.
//
#import "UIViewController+Back.h"
@implementation UIViewController (Unwind)
- (IBAction)unwind:(UIStoryboardSegue *)segue {
}
@end