mirror of
https://github.com/zhigang1992/GitHawk.git
synced 2026-05-13 18:00:52 +08:00
16 lines
365 B
Objective-C
Executable File
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 |