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.

27 lines
680 B

9 years ago
//
// 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;
9 years ago
extern NSString *const CL24hourFormatSelectedKey;
extern NSString *const CLDragSessionKey;
9 years ago
extern NSString *const CLCustomLabelChangedNotification;
extern NSString *const CLTimezoneID;
extern NSString *const CLPlaceIdentifier;
9 years ago
extern NSString *const CLRelativeDateKey;
extern NSString *const CLThemeKey;
9 years ago
extern NSString *const CLDisplaySunTimingKey;
9 years ago
9 years ago
@end