1
2
35
168
312
245
#import ViewController.h #import CZquestions.h @interface ViewController () //所有问题的数据都在这个数组中 @property(nonatomic,strong)NSArray * questions; @property (weak, nonatomic) IBOutlet UIButton *money; //...