送礼物面板的初始布局

This commit is contained in:
fengshuo
2021-11-10 18:42:27 +08:00
parent 8f3d012607
commit 440dc212cf
38 changed files with 1117 additions and 1 deletions

View File

@@ -0,0 +1,16 @@
//
// XPGiftProtocol.h
// xplan-ios
//
// Created by 冯硕 on 2021/11/9.
//
#import <Foundation/Foundation.h>
NS_ASSUME_NONNULL_BEGIN
@protocol XPGiftProtocol <NSObject>
@end
NS_ASSUME_NONNULL_END