Files
yinmeng-ios/xplan-ios/Main/ModuleKit/SendGiftView/View/XPGraffitiGiftView.h
2022-08-22 20:07:36 +08:00

17 lines
247 B
Objective-C

//
// XPGraffitiGiftView.h
// xplan-ios
//
// Created by 冯硕 on 2022/8/22.
//
#import <UIKit/UIKit.h>
NS_ASSUME_NONNULL_BEGIN
@interface XPGraffitiGiftView : UIView
@property (nonatomic,strong) UIImage *image;
@end
NS_ASSUME_NONNULL_END