Files
yinmeng-ios/xplan-ios/Main/Room/View/SendRedPacket/XPReceiveRedPacketView.h
2022-09-08 11:33:42 +08:00

19 lines
264 B
Objective-C

//
// XPReceiveRedPacketView.h
// xplan-ios
//
// Created by GreenLand on 2022/9/2.
//
#import <UIKit/UIKit.h>
NS_ASSUME_NONNULL_BEGIN
@interface XPReceiveRedPacketView : UIView
@property (nonatomic, strong) NSDictionary *dict;
@end
NS_ASSUME_NONNULL_END