Initial commit

This commit is contained in:
ifish
2017-08-15 16:59:01 +08:00
commit bdc83e07ef
5766 changed files with 423223 additions and 0 deletions
@@ -0,0 +1,28 @@
//
// YooseeCenterViewController.h
// Ifish
//
// Created by imac on 16/6/28.
// Copyright © 2016年 lianxiang. All rights reserved.
//
#import <UIKit/UIKit.h>
#import "DeviceModel.h"
#import "IfishCameraModel.h"
/**
* 新增tab 栏后此界面不用 ????????why! 呵呵 个人感觉列表进入视频较好
*/
@interface YooseeCenterViewController : UIViewController<ICSDrawerControllerPresenting,ICSDrawerControllerChild>
//@property (retain, nonatomic) NSMutableArray *yooseeDeviceArr;
@property(nonatomic,weak)ICSDrawerController*drawer;
@property(nonatomic,copy) DeviceModel *devicemodel;
@property(nonatomic,strong) IfishCameraModel *cameraModel;
@end