summaryrefslogtreecommitdiff
path: root/CyteKit
diff options
context:
space:
mode:
authorJay Freeman (saurik) <saurik@saurik.com>2011-03-07 09:26:18 -0800
committerJay Freeman (saurik) <saurik@saurik.com>2011-03-08 01:50:05 -0800
commit70750ab361db67ffccda4bac53f09bd575ec931d (patch)
tree6d96a66564fece65d2d976121312b2c50936119c /CyteKit
parente2add7b8216598e30a3fcfb99abda07736e3828e (diff)
Separate out Cydia/LoadingView{,Controller}.*.
Diffstat (limited to 'CyteKit')
-rw-r--r--CyteKit/Localize.h2
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