mirror of
https://github.com/ish-app/ish.git
synced 2026-01-18 13:57:29 +00:00
19 lines
256 B
Objective-C
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
|