JCHATPhotoPickerViewController.h 383 B

12345678910111213
  1. //
  2. // HMPhotoPickerViewController.h
  3. // HMPhotoPickerDemo
  4. //
  5. // Created by HuminiOS on 15/11/16.
  6. // Copyright © 2015年 HuminiOS. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. #import "JCHATPhotoSelectViewController.h"
  10. @interface JCHATPhotoPickerViewController : UINavigationController
  11. @property (weak, nonatomic)id<JCHATPhotoPickerViewControllerDelegate> photoDelegate;
  12. @end