// // QRcodeViewController.h // watch // // Created by xTT on 2017/7/17. // Copyright © 2017年 xTT. All rights reserved. // #import "baseViewController.h" @interface QRcodeViewController : baseViewController @property (weak, nonatomic) IBOutlet UIView *codeBG; @property (weak, nonatomic) IBOutlet UIImageView *imageView_Code;//圈二维码 /** 设备头像 */ @property (weak, nonatomic) IBOutlet UIImageView *deviceImage;//image /** 设备名 */ @property (weak, nonatomic) IBOutlet UILabel *label_name;//name /** imeiLabel */ @property (strong, nonatomic) IBOutlet UILabel *imeiLabel; @end