#import @class TGLocalization; @protocol LegacyComponentsGlobalsProvider - (TGLocalization *)effectiveLocalization; - (void)log:(NSString *)format :(va_list)args; @end @interface LegacyComponentsGlobals : NSObject + (void)setProvider:(id)provider; + (id)provider; @end