Files
peko-ios/YuMi/Modules/YMRoom/View/SendRedPacket/XPReceiveRedPacketView.h
2023-10-26 15:20:20 +08:00

29 lines
488 B
Objective-C

//
// YMReceiveRedPacketView.h
// YUMI
//
// Created by YUMI on 2022/9/2.
//
#import <UIKit/UIKit.h>
#import "XPRedPacketModel.h"
NS_ASSUME_NONNULL_BEGIN
@class XPReceiveRedPacketModel, XPRedPacketModel;
@interface XPReceiveRedPacketView : UIView
///是否在全服红包的房间内
@property (nonatomic, assign) BOOL inAllPacketRoom;
@property (nonatomic, strong) XPRedPacketModel *receiveModel;
@property (nonatomic, strong) UIView *alphaView;
@end
NS_ASSUME_NONNULL_END