1234567891011121314151617 |
- //
- // nonWifiTipInRecordView.h
- // 双子星云手机
- //
- // Created by xd h on 2024/10/17.
- //
- #import <UIKit/UIKit.h>
- NS_ASSUME_NONNULL_BEGIN
- @interface nonWifiTipInRecordView : UIView
- @property (nonatomic,copy) void (^didClickBut)(void);//
- @end
- NS_ASSUME_NONNULL_END
|