| 12345678910111213141516171819 |
- //
- // ZFDouYinCellDelegate.h
- // ZFPlayer_Example
- //
- // Created by 任子丰 on 2020/7/28.
- // Copyright © 2020 紫枫. All rights reserved.
- //
- #import <Foundation/Foundation.h>
- NS_ASSUME_NONNULL_BEGIN
- @protocol ZFDouYinCellDelegate <NSObject>
- - (void)zf_douyinRotation;
- @end
- NS_ASSUME_NONNULL_END
|