Add support for themes

This commit is contained in:
Francis Lachapelle
2014-08-06 16:01:05 -04:00
parent 16d04e998f
commit 77b80e27c6
5 changed files with 55 additions and 21 deletions

View File

@@ -43,6 +43,7 @@
NSCalendarDate *_selectedDate;
NSDictionary *locale;
SOGoUserDefaults *userDefaults;
NSArray *languages;
}
+ (NSArray *) monthLabelKeys;