mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-06 08:55:34 +00:00
16 lines
305 B
Objective-C
16 lines
305 B
Objective-C
//
|
|
// KMKeyPreviewView.h
|
|
// KeymanEngine
|
|
//
|
|
// Created by Serkan Kurt on 2/06/2014.
|
|
// Copyright (c) 2017 SIL International. All rights reserved.
|
|
//
|
|
|
|
#import <UIKit/UIKit.h>
|
|
|
|
@interface KMKeyPreviewView : UIView
|
|
|
|
- (void)setLabelText:(NSString *)text;
|
|
- (void)setLabelFont:(NSString *)fontName;
|
|
|
|
@end
|