19 lines
250 B
Objective-C
Executable File
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
|