| 123456789101112131415161718192021222324 |
- //
- // YBOtherCenterMore.h
- // YBVideo
- //
- // Created by YB007 on 2022/4/18.
- // Copyright © 2022 cat. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- typedef void (^OtherMoreBlock)(BtnFunStatus clickType);
- @interface YBOtherCenterMore : UIView
- /**
- * name_str、id_str、black_str
- */
- +(instancetype)showOtherMoreWithBtns:(NSDictionary *)dataDic complete:(OtherMoreBlock)complete;
- @end
|