摘要: 1 #import "ViewController.h" 2 3 @interface ViewController () 4 //总票数 5 @property (nonatomic,assign) NSInteger count; 6 @end 7 8 @implementation ViewController 9 10 - (void)viewDidLoad { ... 阅读全文
posted @ 2016-03-23 22:39 恒远也 阅读(119) 评论(0) 推荐(0) 编辑