NASCommonUsedView.h 305 B

123456789101112131415161718
  1. //
  2. // NASCommonUsedView.h
  3. // Private-x
  4. //
  5. // Created by xd h on 2024/6/19.
  6. //
  7. #import <UIKit/UIKit.h>
  8. NS_ASSUME_NONNULL_BEGIN
  9. @interface NASCommonUsedView : UIView
  10. @property (nonatomic,copy) void (^didClickButtonFun)(NSInteger tag);
  11. - (void)setRedPointShow:(BOOL)isShow;
  12. @end
  13. NS_ASSUME_NONNULL_END