// // cloudPhoneSetView.h // Private-X // // Created by xd h on 2024/6/24. // #import NS_ASSUME_NONNULL_BEGIN @interface cloudPhoneSetView : UIView @property (nonatomic,copy) void (^didClickButtonFun)(NSInteger tag); @end NS_ASSUME_NONNULL_END