YOUPAILZChatRoomBlindDataAnimationView.h 512 B

123456789101112131415161718192021
  1. //
  2. // YOUPAILZChatRoomBlindDataAnimationView.h
  3. // YOUQU
  4. //
  5. // Created by CY on 2021/12/20.
  6. // Copyright © 2021 MS. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. #import "YOUPAILZChatRoomBlindDataAnimationModel.h"
  10. NS_ASSUME_NONNULL_BEGIN
  11. @interface YOUPAILZChatRoomBlindDataAnimationView : UIView
  12. @property (nonatomic, copy) void (^animationFinishBlock)(void); /// 播放完成
  13. - (void)youpaifreloadWithModels:(NSArray <YOUPAILZChatRoomBlindDataAnimationModel *> *)models;
  14. @end
  15. NS_ASSUME_NONNULL_END