ish/app/AboutViewController.h

20 lines
285 B
Objective-C

//
// AboutViewController.h
// iSH
//
// Created by Theodore Dubois on 9/23/18.
//
#import <UIKit/UIKit.h>
NS_ASSUME_NONNULL_BEGIN
@interface AboutViewController : UITableViewController
@property BOOL includeDebugPanel;
@property BOOL recoveryMode;
@end
NS_ASSUME_NONNULL_END