// // BottleUserNearbyShaiXuanAlertView.h // TreeHole // // Created by 郑创权 on 2022/10/7. // #import NS_ASSUME_NONNULL_BEGIN @interface BottleUserNearbyShaiXuanAlertView : UIView @property (nonatomic ,copy) void (^sureClickBlock)(NSDictionary*dict); @end NS_ASSUME_NONNULL_END