19 lines
428 B
Objective-C
19 lines
428 B
Objective-C
//
|
|
// CreatErWeiMaController.h
|
|
// Ifish
|
|
//
|
|
// Created by imac on 15/12/2.
|
|
// Copyright © 2015年 imac. All rights reserved.
|
|
//
|
|
|
|
#import "BaseVIewContorller.h"
|
|
#import "DeviceModel.h"
|
|
@interface CreatErWeiMaController : BaseVIewContorller
|
|
@property (weak, nonatomic) IBOutlet UIView *erBackView;
|
|
@property (weak, nonatomic) IBOutlet UIImageView *erWeiMaView;
|
|
|
|
@property (nonatomic,strong) DeviceModel *erdevicemodel;
|
|
|
|
|
|
@end
|