Files
GitHawk/SlackTextViewController/Source/SLKInputAccessoryView.h
2017-07-23 06:54:55 -04:00

16 lines
365 B
Objective-C
Executable File

//
// SlackTextViewController
// https://github.com/slackhq/SlackTextViewController
//
// Copyright 2014-2016 Slack Technologies, Inc.
// Licence: MIT-Licence
//
#import <UIKit/UIKit.h>
@interface SLKInputAccessoryView : UIView
/* The system keyboard view used as reference. */
@property (nonatomic, weak, readonly) UIView *_Nullable keyboardViewProxy;
@end