UITabBarItem+LhGray.h
306 Bytes
//
// UITabBarItem+LhGray.h
// SmartCity
//
// Created by luoh on 2021/3/25.
// Copyright © 2021 StarHome. All rights reserved.
//
#import <UIKit/UIKit.h>
NS_ASSUME_NONNULL_BEGIN
@interface UITabBarItem (LhGray)
+(void)lh_tabbarItemSwizzldMethedWith:(BOOL)changeGray;
@end
NS_ASSUME_NONNULL_END