// // SPCustomTabBar.h // SweetParty // // Created by bj_szd on 2022/5/31. // #import NS_ASSUME_NONNULL_BEGIN @interface SPCustomTabBar : UITabBar @property (nonatomic, strong) UIButton *centerBtn; @end NS_ASSUME_NONNULL_END