diff options
author | Jay Freeman (saurik) <saurik@saurik.com> | 2011-03-07 09:26:18 -0800 |
---|---|---|
committer | Jay Freeman (saurik) <saurik@saurik.com> | 2011-03-08 01:50:05 -0800 |
commit | 70750ab361db67ffccda4bac53f09bd575ec931d (patch) | |
tree | 6d96a66564fece65d2d976121312b2c50936119c /CyteKit/Localize.h | |
parent | e2add7b8216598e30a3fcfb99abda07736e3828e (diff) |
Separate out Cydia/LoadingView{,Controller}.*.
Diffstat (limited to 'CyteKit/Localize.h')
-rw-r--r-- | CyteKit/Localize.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CyteKit/Localize.h b/CyteKit/Localize.h index 19b81e6..c0482e6 100644 --- a/CyteKit/Localize.h +++ b/CyteKit/Localize.h @@ -48,4 +48,6 @@ static inline NSString *UCLocalizeEx(NSString *key, NSString *value = nil) { #define UCLocalize(key) UCLocalizeEx(@ key) +extern NSString *Elision_; + #endif//CyteKit_Localize_H |