// // CommonStrings.m // Clocker // // Created by Abhishek Banthia on 12/11/15. // // #import "CommonStrings.h" @implementation CommonStrings NSString *const CLEmptyString = @""; NSString *const CLDefaultPreferenceKey = @"defaultPreferences"; NSString *const CLTimezoneName = @"timezoneName"; NSString *const CLCustomLabel = @"customLabel"; NSString *const CL24hourFormatSelectedKey = @"is24HourFormatSelected"; NSString *const CLDragSessionKey = @"public.text"; NSString *const CLCustomLabelChangedNotification = @"CLCustomLabelChangedNotification"; @end