19 lines
300 B
Objective-C
19 lines
300 B
Objective-C
//
|
|
// SanViewController.h
|
|
// Ifish
|
|
//
|
|
// Created by imac on 15/11/19.
|
|
// Copyright © 2015年 imac. All rights reserved.
|
|
//
|
|
|
|
#import <UIKit/UIKit.h>
|
|
#import "IfishCameraModel.h"
|
|
|
|
|
|
@interface ScanViewController : UIViewController
|
|
|
|
@property(nonatomic,strong) IfishCameraModel *cameraModel;
|
|
|
|
|
|
@end
|