Files
yuyin_ios/SweetParty/主类/Others/TabBar/SPCustomTabBar.h
2025-08-08 11:05:33 +08:00

19 lines
250 B
Objective-C
Executable File

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