add
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
//
|
||||
// SJPickPhotoController.h
|
||||
// SJPhotoPickerDemo
|
||||
//
|
||||
// Created by Jaesun on 16/8/19.
|
||||
// Copyright © 2016年 S.J. All rights reserved.
|
||||
//
|
||||
|
||||
#import <UIKit/UIKit.h>
|
||||
#import <Photos/Photos.h>
|
||||
|
||||
@interface SJPickPhotoController : UIViewController
|
||||
|
||||
@property (nonatomic, strong) PHFetchResult *assetResult;
|
||||
|
||||
@end
|
||||
Reference in New Issue
Block a user