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