ish/app/AboutAppearanceViewController.h
Theodore Dubois 4f705ce2de Add font picker
Fixed #386
2019-10-26 12:58:21 -07:00

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