mirror of
https://github.com/zhigang1992/RestKit.git
synced 2026-05-12 03:06:30 +08:00
Finished split into more logical components. Library now copies Headers to Build/RestKit and you can selectively link against the components your app needs. libRestKit.a contains everything from the core library.
This commit is contained in:
12
Code/Network/Network.h
Normal file
12
Code/Network/Network.h
Normal file
@@ -0,0 +1,12 @@
|
||||
//
|
||||
// Network.h
|
||||
// RestKit
|
||||
//
|
||||
// Created by Blake Watters on 9/30/10.
|
||||
// Copyright 2010 Two Toasters. All rights reserved.
|
||||
//
|
||||
|
||||
#import "RKClient.h"
|
||||
#import "RKRequest.h"
|
||||
#import "RKResponse.h"
|
||||
#import "RKRequestSerializable.h"
|
||||
Reference in New Issue
Block a user