18 lines
332 B
Objective-C
18 lines
332 B
Objective-C
//
|
|
// TZGifPhotoPreviewController.h
|
|
// TZImagePickerController
|
|
//
|
|
// Created by ttouch on 2016/12/13.
|
|
// Copyright © 2016年 谭真. All rights reserved.
|
|
//
|
|
|
|
#import <UIKit/UIKit.h>
|
|
|
|
|
|
@class DCTZAssetModel;
|
|
@interface DCTZGifPhotoPreviewController : UIViewController
|
|
|
|
@property (nonatomic, strong) DCTZAssetModel *model;
|
|
|
|
@end
|