DCTZVideoPlayerController.h 320 B

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