Skip to content

Commit 5bed9ff

Browse files
committed
Exposing type property on CYRKeyboardButtonView
1 parent 64ed38a commit 5bed9ff

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CYRKeyboardButton/CYRKeyboardButtonView.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ typedef NS_ENUM(NSUInteger, CYRKeyboardButtonViewType) {
4242

4343
@interface CYRKeyboardButtonView : UIView
4444

45+
@property (nonatomic, readonly) CYRKeyboardButtonViewType type;
4546
@property (nonatomic, readonly) NSInteger selectedInputIndex;
4647

4748
- (instancetype)initWithKeyboardButton:(CYRKeyboardButton *)button type:(CYRKeyboardButtonViewType)type;

0 commit comments

Comments
 (0)