From 62a358a0bafa19012168bde4794fdefb8e77eca2 Mon Sep 17 00:00:00 2001 From: Abhishek Banthia Date: Sat, 26 Mar 2016 15:58:32 -0400 Subject: [PATCH] New data handler class. --- CLTimezoneDataOperations.h | 13 ++++++++++++ CLTimezoneDataOperations.m | 13 ++++++++++++ .../MenuBar-Black-1.imageset/Contents.json | 20 +++++++++++++++++++ 3 files changed, 46 insertions(+) create mode 100644 CLTimezoneDataOperations.h create mode 100644 CLTimezoneDataOperations.m create mode 100644 Media.xcassets/MenuBar-Black-1.imageset/Contents.json 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