YBYoungSmall.h 283 B

12345678910111213141516171819
  1. //
  2. // YBYoungSmall.h
  3. // YBVideo
  4. //
  5. // Created by YB007 on 2022/6/2.
  6. // Copyright © 2022 cat. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. NS_ASSUME_NONNULL_BEGIN
  10. @interface YBYoungSmall : UIView
  11. +(instancetype)showYoungPop:(NSString *)alert;
  12. @end
  13. NS_ASSUME_NONNULL_END