iOS 声明全局变量

@property (nonatomic ,strong)UIButton *btnVolsub;
@property (nonatomic, strong) NSArray *dayArr;
@property (nonatomic, strong) NSCondition *condLock;//条件锁
@property (nonatomic,assign) NSInteger flag;
@property (nonatomic,assign) BOOL isOTA;
@property (nonatomic,copy) NSData *otaData;
@property (nonatomic,readwrite,strong)NSTimer * timer;
@property (nonatomic,readwrite,getter = isBusy)BOOL busy;
@property (nonatomic,strong) NSMutableArray *readCharacteristics;
@property (nonatomic,readwrite,strong)CBCentralManager * cbManager;
@property(nonatomic,strong)demoVC *getmacer;
@property (nonatomic,strong)UITableView *tableviewweek;
@property(nonatomic,strong)NSString *str;//显示的数据

@property (nonatomic,strong)UISlider *VolSlider;

@property(nonatomic,retain) UISwitch *lampSwitch;

// 一会要传的值为NSString类型

typedef void (^newBlock1)(NSString *);

@property (nonatomic, copy) newBlock1 block1repeat;

/*本地化(国际化)*/

@property(nonatomic, retain) NSLocale *locale;

/* 选择时间  */

@property(nonatomic,strong)UIDatePicker *datePicker;

@property (nonatomic, strong) UILabel *lblsetweek;//设置循环周

@property (strong, nonatomic) UIWindow *window;

/* URL  */

@property (atomic, strong) NSURL *url;

@property (retain, nonatomic) UIScrollView *scrollView;  

@property (strong, nonatomic) NSDictionary *notDic;

 
 
 
 
 
 
 

 

posted on 2017-12-08 15:05  高彰  阅读(1453)  评论(0编辑  收藏  举报

导航