123456789101112131415161718 |
- //
- // NASCommonUsedView.h
- // Private-x
- //
- // Created by xd h on 2024/6/19.
- //
- #import <UIKit/UIKit.h>
- NS_ASSUME_NONNULL_BEGIN
- @interface NASCommonUsedView : UIView
- @property (nonatomic,copy) void (^didClickButtonFun)(NSInteger tag);
- - (void)setRedPointShow:(BOOL)isShow;
- @end
- NS_ASSUME_NONNULL_END
|