mirror of
https://github.com/zhigang1992/RestKit.git
synced 2026-05-22 11:04:49 +08:00
18 lines
335 B
Objective-C
18 lines
335 B
Objective-C
//
|
|
// RKObjectLoaderSpecResultModel.m
|
|
// RestKit
|
|
//
|
|
// Created by Blake Watters on 6/23/11.
|
|
// Copyright 2011 Two Toasters. All rights reserved.
|
|
//
|
|
|
|
#import "RKObjectLoaderSpecResultModel.h"
|
|
|
|
@implementation RKObjectLoaderSpecResultModel
|
|
|
|
@synthesize ID = _ID;
|
|
@synthesize endsAt = _endsAt;
|
|
@synthesize photoURL = _photoURL;
|
|
|
|
@end
|