mirror of
https://github.com/ish-app/ish.git
synced 2026-05-28 21:10:35 +00:00
31a3ad323e
Fix #460, fix #432
17 lines
247 B
Objective-C
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
|