Abhishek Banthia
3 years ago
2 changed files with 0 additions and 67 deletions
@ -1,34 +0,0 @@
|
||||
// Copyright © 2015 Abhishek Banthia
|
||||
|
||||
#import <Foundation/Foundation.h> |
||||
|
||||
@interface CommonStrings : NSObject |
||||
|
||||
extern NSString *const CLEmptyString; |
||||
extern NSString *const CLDefaultPreferenceKey; |
||||
extern NSString *const CLTimezoneName; |
||||
extern NSString *const CLCustomLabel; |
||||
extern NSString *const CL24hourFormatSelectedKey; |
||||
extern NSString *const CLDragSessionKey; |
||||
extern NSString *const CLTimezoneID; |
||||
extern NSString *const CLPlaceIdentifier; |
||||
extern NSString *const CLRelativeDateKey; |
||||
extern NSString *const CLThemeKey; |
||||
extern NSString *const CLShowDayInMenu; |
||||
extern NSString *const CLShowDateInMenu; |
||||
extern NSString *const CLShowPlaceInMenu; |
||||
extern NSString *const CLDisplayFutureSliderKey; |
||||
extern NSString *const CLStartAtLogin; |
||||
extern NSString *const CLShowAppInForeground; |
||||
extern NSString *const CLSunriseSunsetTime; |
||||
extern NSString *const CLLocationSearchURL; |
||||
extern NSString *const CLShowSecondsInMenubar; |
||||
extern NSString *const CLUserFontSizePreference; |
||||
extern NSString *const CLShowUpcomingEventView; |
||||
extern NSString *const CLShowAllDayEventsInUpcomingView; |
||||
extern NSString *const CLShowMeetingInMenubar; |
||||
extern NSString *const CLTruncateTextLength; |
||||
extern NSString *const CLFutureSliderRange; |
||||
extern NSString *const CLSelectedCalendars; |
||||
|
||||
@end |
@ -1,33 +0,0 @@
|
||||
// Copyright © 2015 Abhishek Banthia |
||||
|
||||
#import "CommonStrings.h" |
||||
|
||||
@implementation CommonStrings |
||||
|
||||
NSString *const CLEmptyString = @""; |
||||
NSString *const CLDefaultPreferenceKey = @"defaultPreferences"; |
||||
NSString *const CLTimezoneName = @"formattedAddress"; |
||||
NSString *const CLPlaceIdentifier = @"place_id"; |
||||
NSString *const CLTimezoneID = @"timezoneID"; |
||||
NSString *const CLCustomLabel = @"customLabel"; |
||||
NSString *const CL24hourFormatSelectedKey = @"is24HourFormatSelected"; |
||||
NSString *const CLDragSessionKey = @"public.text"; |
||||
NSString *const CLRelativeDateKey = @"relativeDate"; |
||||
NSString *const CLThemeKey = @"defaultTheme"; |
||||
NSString *const CLDisplayFutureSliderKey = @"displayFutureSlider"; |
||||
NSString *const CLShowDayInMenu = @"showDay"; |
||||
NSString *const CLShowDateInMenu = @"showDate"; |
||||
NSString *const CLShowPlaceInMenu = @"showPlaceName"; |
||||
NSString *const CLStartAtLogin = @"startAtLogin"; |
||||
NSString *const CLShowAppInForeground = @"displayAppAsForegroundApp"; |
||||
NSString *const CLSunriseSunsetTime = @"showSunriseSetTime"; |
||||
NSString *const CLShowSecondsInMenubar = @"showSeconds"; |
||||
NSString *const CLUserFontSizePreference = @"userFontSize"; |
||||
NSString *const CLShowUpcomingEventView = @"ShowUpcomingEventView"; |
||||
NSString *const CLFutureSliderRange = @"sliderDayRange"; |
||||
NSString *const CLShowAllDayEventsInUpcomingView = @"showAllDayEventsInUpcomingView"; |
||||
NSString *const CLShowMeetingInMenubar = @"showMeetingInfoInMenubar"; |
||||
NSString *const CLTruncateTextLength = @"truncateTextLength"; |
||||
NSString *const CLSelectedCalendars = @"SelectedCalendars"; |
||||
|
||||
@end |
Loading…
Reference in new issue