1 @interface SIPTextView : UIView<UIKeyInput> 2 { 3 NSMutableString *textStore; 4 UIFont *font; 5 UIColor *textColor; 6 } 7 @property (nonatomic, ...
確定! 回上一頁