diff --git a/CLTimezoneDataOperations.h b/CLTimezoneDataOperations.h new file mode 100644 index 0000000..5597d15 --- /dev/null +++ b/CLTimezoneDataOperations.h @@ -0,0 +1,13 @@ +// +// CLTimezoneDataOperations.h +// Clocker +// +// Created by Abhishek Banthia on 2/9/16. +// +// + +#import + +@interface CLTimezoneDataOperations : NSObject + +@end diff --git a/CLTimezoneDataOperations.m b/CLTimezoneDataOperations.m new file mode 100644 index 0000000..1a76926 --- /dev/null +++ b/CLTimezoneDataOperations.m @@ -0,0 +1,13 @@ +// +// CLTimezoneDataOperations.m +// Clocker +// +// Created by Abhishek Banthia on 2/9/16. +// +// + +#import "CLTimezoneDataOperations.h" + +@implementation CLTimezoneDataOperations + +@end diff --git a/Media.xcassets/MenuBar-Black-1.imageset/Contents.json b/Media.xcassets/MenuBar-Black-1.imageset/Contents.json new file mode 100644 index 0000000..f8f827e --- /dev/null +++ b/Media.xcassets/MenuBar-Black-1.imageset/Contents.json @@ -0,0 +1,20 @@ +{ + "images" : [ + { + "idiom" : "universal", + "scale" : "1x" + }, + { + "idiom" : "universal", + "scale" : "2x" + }, + { + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "version" : 1, + "author" : "xcode" + } +} \ No newline at end of file