19 lines
272 B
Objective-C
19 lines
272 B
Objective-C
//
|
|
// 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
|