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