samhuri.net-ios/Blog/BlogStatus.m
2015-03-29 23:42:04 -07:00

19 lines
359 B
Objective-C

//
// BlogStatus.m
// Blog
//
// Created by Sami Samhuri on 2014-11-23.
// Copyright (c) 2014 Guru Logic Inc. All rights reserved.
//
#import "BlogStatus.h"
@implementation BlogStatus
+ (NSDictionary *)JSONKeyPathsByPropertyKey {
return @{@"localVersion": @"local-version",
@"remoteVersion": @"remote-version",
};
}
@end