YBOtherCenterMore.h 397 B

123456789101112131415161718192021222324
  1. //
  2. // YBOtherCenterMore.h
  3. // YBVideo
  4. //
  5. // Created by YB007 on 2022/4/18.
  6. // Copyright © 2022 cat. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. typedef void (^OtherMoreBlock)(BtnFunStatus clickType);
  10. @interface YBOtherCenterMore : UIView
  11. /**
  12. * name_str、id_str、black_str
  13. */
  14. +(instancetype)showOtherMoreWithBtns:(NSDictionary *)dataDic complete:(OtherMoreBlock)complete;
  15. @end