mirror of
https://github.com/ish-app/ish.git
synced 2026-01-25 14:06:40 +00:00
16 lines
225 B
Objective-C
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
|