YOUPAILZUserFeatureView.h 327 B

12345678910111213141516171819
  1. //
  2. // YOUPAILZUserFeatureView.h
  3. // MSYOUPAI
  4. //
  5. // Created by CY on 2022/2/28.
  6. // Copyright © 2022 MS. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. /// 用户特征View
  10. NS_ASSUME_NONNULL_BEGIN
  11. @interface YOUPAILZUserFeatureView : UIView
  12. - (void)youpaifreloadWithFeature:(NSString *)text;
  13. @end
  14. NS_ASSUME_NONNULL_END