mirror of
https://github.com/ish-app/ish.git
synced 2026-05-28 21:10:35 +00:00
4f705ce2de
Fixed #386
17 lines
268 B
Objective-C
17 lines
268 B
Objective-C
//
|
|
// ThemeViewController.h
|
|
// iSH
|
|
//
|
|
// Created by Charlie Melbye on 11/12/18.
|
|
//
|
|
|
|
#import <UIKit/UIKit.h>
|
|
|
|
NS_ASSUME_NONNULL_BEGIN
|
|
|
|
@interface AboutAppearanceViewController : UITableViewController <UIFontPickerViewControllerDelegate>
|
|
|
|
@end
|
|
|
|
NS_ASSUME_NONNULL_END
|