ish/app/AboutViewController.h
2018-11-12 21:31:03 -08:00

17 lines
221 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
@end
NS_ASSUME_NONNULL_END