cdts/xdts-ios 3/TreeHole/Code/Features/Bottle/View/BottleUserNearbyShaiXuanAlertView.h

19 lines
307 B
C
Raw Normal View History

2023-07-27 09:20:00 +08:00
//
// BottleUserNearbyShaiXuanAlertView.h
// TreeHole
//
// Created by 郑创权 on 2022/10/7.
//
#import <UIKit/UIKit.h>
NS_ASSUME_NONNULL_BEGIN
@interface BottleUserNearbyShaiXuanAlertView : UIView
@property (nonatomic ,copy) void (^sureClickBlock)(NSDictionary*dict);
@end
NS_ASSUME_NONNULL_END