Browse Source

New data handler class.

v1.2.3
Abhishek Banthia 9 years ago
parent
commit
62a358a0ba
  1. 13
      CLTimezoneDataOperations.h
  2. 13
      CLTimezoneDataOperations.m
  3. 20
      Media.xcassets/MenuBar-Black-1.imageset/Contents.json

13
CLTimezoneDataOperations.h

@ -0,0 +1,13 @@
//
// CLTimezoneDataOperations.h
// Clocker
//
// Created by Abhishek Banthia on 2/9/16.
//
//
#import <Foundation/Foundation.h>
@interface CLTimezoneDataOperations : NSObject
@end

13
CLTimezoneDataOperations.m

@ -0,0 +1,13 @@
//
// CLTimezoneDataOperations.m
// Clocker
//
// Created by Abhishek Banthia on 2/9/16.
//
//
#import "CLTimezoneDataOperations.h"
@implementation CLTimezoneDataOperations
@end

20
Media.xcassets/MenuBar-Black-1.imageset/Contents.json vendored

@ -0,0 +1,20 @@
{
"images" : [
{
"idiom" : "universal",
"scale" : "1x"
},
{
"idiom" : "universal",
"scale" : "2x"
},
{
"idiom" : "universal",
"scale" : "3x"
}
],
"info" : {
"version" : 1,
"author" : "xcode"
}
}
Loading…
Cancel
Save