You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
//
|
|
|
|
// CommonStrings.h
|
|
|
|
// Clocker
|
|
|
|
//
|
|
|
|
// Created by Abhishek Banthia on 12/11/15.
|
|
|
|
//
|
|
|
|
//
|
|
|
|
|
|
|
|
#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 CLCustomLabelChangedNotification;
|
|
|
|
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 CLShowCityInMenu;
|
|
|
|
extern NSString *const CLDisplayFutureSliderKey;
|
|
|
|
|
|
|
|
@end
|