22 lines
578 B
Objective-C
22 lines
578 B
Objective-C
//
|
|
// CreatErWeiMaController.h
|
|
// Ifish
|
|
//
|
|
// Created by imac on 15/12/2.
|
|
// Copyright © 2015年 imac. All rights reserved.
|
|
//
|
|
|
|
#import "BaseViewController.h"
|
|
#import "DeviceModel.h"
|
|
@interface CreatErWeiMaController : BaseViewController
|
|
@property (assign, nonatomic) BOOL isNewdevice;
|
|
@property (weak, nonatomic) IBOutlet UIView *erBackView;
|
|
@property (weak, nonatomic) IBOutlet UIImageView *erWeiMaView;
|
|
|
|
@property (nonatomic,strong) DeviceModel *erdevicemodel;
|
|
@property (nonatomic, strong) NSString *deviceid;
|
|
@property (weak, nonatomic) IBOutlet UILabel *tips;
|
|
|
|
|
|
@end
|