TZGifPhotoPreviewController.h 325 B

12345678910111213141516
  1. //
  2. // TZGifPhotoPreviewController.h
  3. // TZImagePickerController
  4. //
  5. // Created by ttouch on 2016/12/13.
  6. // Copyright © 2016年 谭真. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. @class TZAssetModel;
  10. @interface TZGifPhotoPreviewController : UIViewController
  11. @property (nonatomic, strong) TZAssetModel *model;
  12. @end