12345678910111213141516171819 |
- //
- // XYVoiceRoomSelectPeopleGift.h
- // Starbuds
- //
- // Created by gy on 2020/7/1.
- // Copyright © 2020 翟玉磊. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- NS_ASSUME_NONNULL_BEGIN
- @interface XYVoiceRoomSelectPeopleGift : UIView
- @property (nonatomic, copy) void(^XYVoiceRoomSelectPeopleGiftBlock)(NSInteger selNum);
- @end
- NS_ASSUME_NONNULL_END
|