Initial commit
This commit is contained in:
+47
@@ -0,0 +1,47 @@
|
||||
//
|
||||
// P2PPlaybackController.h
|
||||
// Yoosee
|
||||
//
|
||||
// Created by guojunyi on 14-4-22.
|
||||
// Copyright (c) 2014年 guojunyi. All rights reserved.
|
||||
//
|
||||
|
||||
#import <UIKit/UIKit.h>
|
||||
#import "P2PClient.h"
|
||||
#import "CyclePickerView.h"
|
||||
#import "PlayBaseViewController.h"
|
||||
#import "IfishCameraModel.h"
|
||||
//技威 回访列表测试用
|
||||
@class Contact;
|
||||
@class MBProgressHUD;
|
||||
@interface P2PPlaybackController : PlayBaseViewController<UITableViewDataSource,UITableViewDelegate,P2PPlaybackDelegate, CyclePickerViewDelegate,CyclePickerViewDatasource>
|
||||
//@property(strong, nonatomic) Contact *contact;
|
||||
@property(strong, nonatomic) IfishCameraModel *camera;
|
||||
@property(nonatomic) BOOL isInitSearch;
|
||||
@property(strong, nonatomic) UIImageView *layerView;
|
||||
@property(strong, nonatomic) UIView *searchBarView;
|
||||
@property(retain, nonatomic) NSMutableArray *playbackFiles;
|
||||
@property(retain, nonatomic) NSMutableArray *playbackSize;
|
||||
@property(retain, nonatomic) NSMutableArray *timesData;
|
||||
|
||||
@property(strong, nonatomic) UITableView *tableView;
|
||||
@property(strong, nonatomic) MBProgressHUD *searchMaskView;
|
||||
@property(strong, nonatomic) UIView *movieView;
|
||||
@property(strong, nonatomic) NSString *nextStartTime;
|
||||
@property(strong, nonatomic) NSString *startTime;
|
||||
@property(strong, nonatomic) NSString *endTime;
|
||||
|
||||
@property (strong, nonatomic) UIButton *startTimeBtn;
|
||||
@property (strong, nonatomic) UIButton *endTimeBtn;
|
||||
@property (nonatomic) NSInteger selectedTimeTag;
|
||||
@property (nonatomic) NSInteger selectedLabel;
|
||||
@property (strong, nonatomic) UIView *customView;
|
||||
@property (strong, nonatomic) UILabel *startTimeLabel;
|
||||
@property (strong, nonatomic) UILabel *endTimeLabel;
|
||||
@property (nonatomic) BOOL isShowCustomView;
|
||||
|
||||
@property (nonatomic) BOOL isChangePlaybackItem;//视频回放修复
|
||||
@property(assign) BOOL isLoadingStorageInfo;
|
||||
@property(nonatomic,strong)CyclePickerView * cycleview;
|
||||
@property(nonatomic) NSInteger loadCount; //记录回放文件的个数
|
||||
@end
|
||||
Reference in New Issue
Block a user