涂鸦礼物

This commit is contained in:
fengshuo
2022-08-22 20:07:36 +08:00
parent 96a1eb2cb0
commit fb823c0147
18 changed files with 483 additions and 4 deletions

View File

@@ -0,0 +1,16 @@
//
// 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