TZVideoPlayerController.h 315 B

12345678910111213141516
  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 TZAssetCell;
  10. @interface TZVideoPlayerController : UIViewController
  11. @property (nonatomic, weak) TZAssetCell *currentCell;
  12. @end