16 lines
407 B
Objective-C
16 lines
407 B
Objective-C
//
|
|
// CameraRecordViewController.h
|
|
// Ifish
|
|
//
|
|
// Created by imac on 16/12/9.
|
|
// Copyright © 2016年 lianxiang. All rights reserved.
|
|
//
|
|
|
|
#import "BaseViewController.h"
|
|
#import "IfishCameraModel.h"
|
|
#import "MBProgressHUD.h"
|
|
@interface CameraRecordViewController : BaseViewController
|
|
@property (nonatomic,strong) IfishCameraModel *camera;
|
|
@property (strong, nonatomic) MBProgressHUD *progressAlert;
|
|
@end
|