Ei kuvausta

QBAlbumsViewController.h 361B

123456789101112131415161718
  1. //
  2. // QBAlbumsViewController.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. @interface QBAlbumsViewController : UITableViewController
  11. @property (nonatomic, weak) QBImagePickerController *imagePickerController;
  12. @end