#import #import "PLYCallback.h" #import "PLYLayout.h" @interface PLYTextInputView : UIView @property (nonatomic, strong) PLYLayout *layout; @property (nonatomic, strong) PLYCallback *onChange; @property (nonatomic, strong) NSAttributedString *attributedPlaceholder; @property (nonatomic, strong) NSString *text; @end