SDKHeader.h 459 B

123456789101112
  1. // Copyright (c) 2019 Tencent. All rights reserved.
  2. #ifndef SDKHeader_h
  3. #define SDKHeader_h
  4. #import "TXLiteAVSDK.h"
  5. #define ASLocalizedString(key) [NSString stringWithFormat:@"%@", [[NSBundle bundleWithPath:[[NSBundle mainBundle] pathForResource:[NSString stringWithFormat:@"%@",[[NSUserDefaults standardUserDefaults] objectForKey:@"appLanguage"]] ofType:@"lproj"]] localizedStringForKey:(key) value:nil table:@"ASLocalized"]]
  6. #endif /* SDKHeader_h */