16 lines
362 B
Objective-C
16 lines
362 B
Objective-C
//
|
|
// IfishP2PPlayBackListViewController.h
|
|
// Ifish
|
|
//
|
|
// Created by imac on 16/12/6.
|
|
// Copyright © 2016年 lianxiang. All rights reserved.
|
|
//
|
|
|
|
#import <UIKit/UIKit.h>
|
|
#import "BaseVIewContorller.h"
|
|
#import "IfishCameraModel.h"
|
|
@interface IfishP2PPlayBackListViewController : BaseVIewContorller
|
|
@property (nonatomic,strong) IfishCameraModel *camera;
|
|
|
|
@end
|