mirror of
https://github.com/zhigang1992/RestKit.git
synced 2026-01-13 09:30:46 +08:00
13 lines
186 B
Objective-C
13 lines
186 B
Objective-C
//
|
|
// RKTUser.m
|
|
// RKTwitter
|
|
//
|
|
// Created by Blake Watters on 9/5/10.
|
|
// Copyright (c) 2009-2012 RestKit. All rights reserved.
|
|
//
|
|
|
|
#import "RKTUser.h"
|
|
|
|
@implementation RKTUser
|
|
@end
|