cdts/xdts-ios 3/TreeHole/Code/Features/Settings/View/ShareInviteCodeAlertView.h

19 lines
272 B
C
Raw Normal View History

2023-07-27 09:20:00 +08:00
//
// ShareInviteCodeAlertView.h
// TreeHole
//
// Created by 郑创权 on 2022/11/13.
//
#import <UIKit/UIKit.h>
NS_ASSUME_NONNULL_BEGIN
@interface ShareInviteCodeAlertView : UIView
@property (nonatomic, strong)NSDictionary* dataDict;
@end
NS_ASSUME_NONNULL_END