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