UIPageControl+LhGray.h
309 Bytes
//
// UIPageControl+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 UIPageControl (LhGray)
+(void)lh_pageControlSwizzldMethedWith:(BOOL)changeGray;
@end
NS_ASSUME_NONNULL_END