ish/app/AboutViewController.h
2019-02-09 15:39:32 -08:00

19 lines
256 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;
@end
NS_ASSUME_NONNULL_END