ish/app/AboutExternalKeyboardViewController.h
2019-09-22 18:52:24 -07:00

17 lines
247 B
Objective-C

//
// CapsLockMappingViewController.h
// iSH
//
// Created by Theodore Dubois on 12/2/18.
//
#import <UIKit/UIKit.h>
NS_ASSUME_NONNULL_BEGIN
@interface AboutExternalKeyboardViewController : UITableViewController
@end
NS_ASSUME_NONNULL_END