-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathAPDLocale.h
52 lines (46 loc) · 1.14 KB
/
APDLocale.h
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
/*
* Generated by class-dump 3.1.2.
*
* class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2007 by Steve Nygard.
*/
#import "_ACAccountTypeIdentifierTwitter.h"
@class NSArray, NSString;
@interface APDLocale : _ACAccountTypeIdentifierTwitter
{
NSString *isoCode;
NSString *lreCode;
NSString *tier;
NSString *termLength;
NSString *lprojName;
NSString *defaultAppleLanguage;
NSArray *appleLanguages;
NSString *appleLocale;
NSString *name;
NSString *translatedName;
}
+ (id)localeWithSystemLocale;
+ (id)localeWithValue:(id)fp8 forKey:(id)fp12;
+ (id)knownLocales;
- (void)setTranslatedName:(id)fp8;
- (id)translatedName;
- (void)setName:(id)fp8;
- (id)name;
- (void)setAppleLocale:(id)fp8;
- (id)appleLocale;
- (void)setAppleLanguages:(id)fp8;
- (id)appleLanguages;
- (void)setDefaultAppleLanguage:(id)fp8;
- (id)defaultAppleLanguage;
- (void)setLprojName:(id)fp8;
- (id)lprojName;
- (void)setTermLength:(id)fp8;
- (id)termLength;
- (void)setTier:(id)fp8;
- (id)tier;
- (void)setLreCode:(id)fp8;
- (id)lreCode;
- (void)setIsoCode:(id)fp8;
- (id)isoCode;
- (id)description;
- (void)makeSystemLocale;
@end