17 lines
313 B
Objective-C
Executable File
17 lines
313 B
Objective-C
Executable File
//
|
|
// 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
|