1234567891011121314151617 |
- //
- // nonWifiTipInRecordView.h
- //
- //
- // Created by David 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
|