mirror of
https://github.com/SoPat712/YTLitePlus.git
synced 2025-08-25 11:55:28 -04:00
added files via upload
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
//
|
||||
// FLEXKeyboardToolbar.h
|
||||
// FLEX
|
||||
//
|
||||
// Created by Tanner on 6/11/17.
|
||||
// Copyright © 2017 Tanner Bennett. All rights reserved.
|
||||
//
|
||||
|
||||
#import "FLEXKBToolbarButton.h"
|
||||
|
||||
@interface FLEXKeyboardToolbar : UIView
|
||||
|
||||
+ (instancetype)toolbarWithButtons:(NSArray *)buttons;
|
||||
|
||||
@property (nonatomic) NSArray<FLEXKBToolbarButton*> *buttons;
|
||||
@property (nonatomic) UIKeyboardAppearance appearance;
|
||||
|
||||
@end
|
Reference in New Issue
Block a user