This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // Based on Stack Overflow answer by Malcom Jarvis at http://stackoverflow.com/a/19576934/719866 | |
| #import <UIKit/UIKit.h> | |
| static NSString *const SSObservingInputAccessoryViewFrameDidChangeNotification = @"SSObservingInputAccessoryViewFrameDidChangeNotification"; | |
| @interface SSObservingInputAccessoryView : UIView | |
| @end |