ZFDouYinCellDelegate.h 307 B

12345678910111213141516171819
  1. //
  2. // ZFDouYinCellDelegate.h
  3. // ZFPlayer_Example
  4. //
  5. // Created by 任子丰 on 2020/7/28.
  6. // Copyright © 2020 紫枫. All rights reserved.
  7. //
  8. #import <Foundation/Foundation.h>
  9. NS_ASSUME_NONNULL_BEGIN
  10. @protocol ZFDouYinCellDelegate <NSObject>
  11. - (void)zf_douyinRotation;
  12. @end
  13. NS_ASSUME_NONNULL_END