mirror of
https://github.com/ish-app/ish.git
synced 2026-01-18 13:57:29 +00:00
17 lines
241 B
Objective-C
17 lines
241 B
Objective-C
//
|
|
// CapsLockMappingViewController.h
|
|
// iSH
|
|
//
|
|
// Created by Theodore Dubois on 12/2/18.
|
|
//
|
|
|
|
#import <UIKit/UIKit.h>
|
|
|
|
NS_ASSUME_NONNULL_BEGIN
|
|
|
|
@interface CapsLockMappingViewController : UITableViewController
|
|
|
|
@end
|
|
|
|
NS_ASSUME_NONNULL_END
|