15 lines
258 B
Objective-C
Executable File
15 lines
258 B
Objective-C
Executable File
//
|
|
// SJPhotoAlbumsController.h
|
|
// SJPhotoPickerDemo
|
|
//
|
|
// Created by Jaesun on 16/8/22.
|
|
// Copyright © 2016年 S.J. All rights reserved.
|
|
//
|
|
|
|
#import <UIKit/UIKit.h>
|
|
#import <Photos/Photos.h>
|
|
|
|
@interface SJPhotoAlbumsController : UIViewController
|
|
|
|
@end
|