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