@interface PKUITextField : UITextField @property (nonatomic) BOOL allowsTextFromCamera; - (id)init; - (BOOL)canPerformAction:(SEL)a0 withSender:(id)a1; @end