Files
yinmeng-ios/xplan-ios/Main/Room/View/NewUserGift/XPNewUserRoomGiftView.h
2022-07-26 16:16:24 +08:00

20 lines
294 B
Objective-C

//
// XPNewUserRoomGiftView.h
// xplan-ios
//
// Created by GreenLand on 2022/7/26.
//
#import <UIKit/UIKit.h>
#import "GiftInfoModel.h"
NS_ASSUME_NONNULL_BEGIN
@interface XPNewUserRoomGiftView : UIView
@property (nonatomic, strong) GiftInfoModel *giftInfo;
@end
NS_ASSUME_NONNULL_END