ifish/Ifish/controllers/IfishYooseeFile/IfishYooseeControlller/ScreenShotView/ShootImgDataSource.h

16 lines
343 B
Objective-C

//
// ShootImgDataSource.h
// Ifish
//
// Created by imac on 16/6/24.
// Copyright © 2016年 lianxiang. All rights reserved.
//
#import <Foundation/Foundation.h>
#import "KTPhotoBrowserDataSource.h"
@interface ShootImgDataSource : NSObject <KTPhotoBrowserDataSource>
@property (nonatomic, strong) NSMutableArray *screenshotPaths;
@end