You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 lines
365 B

5 years ago
  1. //
  2. // SlackTextViewController
  3. // https://github.com/slackhq/SlackTextViewController
  4. //
  5. // Copyright 2014-2016 Slack Technologies, Inc.
  6. // Licence: MIT-Licence
  7. //
  8. #import <UIKit/UIKit.h>
  9. @interface SLKInputAccessoryView : UIView
  10. /* The system keyboard view used as reference. */
  11. @property (nonatomic, weak, readonly) UIView *_Nullable keyboardViewProxy;
  12. @end