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

18 lines
308 B
Objective-C

//
// FontPickerViewController.h
// iSH
//
// Created by Theodore Dubois on 10/26/19.
//
#import <UIKit/UIKit.h>
NS_ASSUME_NONNULL_BEGIN
NS_CLASS_DEPRECATED_IOS(10_0, 12_0, "UIFontPickerViewController is better")
@interface FontPickerViewController : UITableViewController
@end
NS_ASSUME_NONNULL_END