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