SLKInputAccessoryView.h 365 B

12345678910111213141516
  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