// // ShareInviteCodeAlertView.h // TreeHole // // Created by 郑创权 on 2022/11/13. // #import NS_ASSUME_NONNULL_BEGIN @interface ShareInviteCodeAlertView : UIView @property (nonatomic, strong)NSDictionary* dataDict; @end NS_ASSUME_NONNULL_END