ish/app/DismissSegue.h
2018-09-23 18:53:34 -07:00

17 lines
203 B
Objective-C

//
// DismissSegue.h
// iSH
//
// Created by Theodore Dubois on 9/23/18.
//
#import <UIKit/UIKit.h>
NS_ASSUME_NONNULL_BEGIN
@interface DismissSegue : UIStoryboardSegue
@end
NS_ASSUME_NONNULL_END