ish/app/AppearanceViewController.h
2019-01-02 14:38:45 -08:00

17 lines
226 B
Objective-C

//
// ThemeViewController.h
// iSH
//
// Created by Charlie Melbye on 11/12/18.
//
#import <UIKit/UIKit.h>
NS_ASSUME_NONNULL_BEGIN
@interface AppearanceViewController : UITableViewController
@end
NS_ASSUME_NONNULL_END