No Description

QBAssetsViewController.h 458B

1234567891011121314151617181920
  1. //
  2. // QBAssetsViewController.h
  3. // QBImagePicker
  4. //
  5. // Created by Katsuma Tanaka on 2015/04/03.
  6. // Copyright (c) 2015 Katsuma Tanaka. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. @class QBImagePickerController;
  10. @class PHAssetCollection;
  11. @interface QBAssetsViewController : UICollectionViewController
  12. @property (nonatomic, weak) QBImagePickerController *imagePickerController;
  13. @property (nonatomic, strong) PHAssetCollection *assetCollection;
  14. @end