摘要: // AppDelegate.h#import enum fuhaoButton{ add, sub, mul,//乘 divi,//除 empty};@interface AppDelegate : UIResponder { CGFloat _prefixValue;//上次输入的内容 BOOL _lastEnterType;//上次输入的类型 YES代表操作符 NO代表数字 默认是NO}@property (retain, nonatomic) UIWindow *window;@property (assign, nonatomic) int fuhao;@property (reta 阅读全文
posted @ 2014-04-06 16:17 lxl奋小斗 阅读(385) 评论(0) 推荐(0) 编辑