co-maps/iphone/Maps/Core/Theme/Swizzle/SwizzleStyle.h

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

12 lines
142 B
C
Raw Normal View History

2025-11-22 13:58:55 +01:00
#import <Foundation/Foundation.h>
NS_ASSUME_NONNULL_BEGIN
@interface SwizzleStyle : NSObject
+ (void)swizzle;
@end
NS_ASSUME_NONNULL_END