PBLiveRoomInputView.h 301 B

12345678910111213141516171819
  1. //
  2. // PBLiveRoomInputView.h
  3. // PBSDK
  4. //
  5. // Created by LStar on 2025/1/5.
  6. //
  7. #import <UIKit/UIKit.h>
  8. NS_ASSUME_NONNULL_BEGIN
  9. @interface PBLiveRoomInputView : UIView
  10. ///点击聊天窗口
  11. @property (nonatomic,copy) void (^clickInput)(PBLiveRoomInputView *inputView);
  12. @end
  13. NS_ASSUME_NONNULL_END