mirror of
https://github.com/zhigang1992/RestKit.git
synced 2026-04-28 20:55:32 +08:00
Ported RestKit tests over to using the RKTestFactory and completed documentation. fixes #318
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
// RestKit
|
||||
//
|
||||
// Created by Blake Watters on 9/1/11.
|
||||
// Copyright 2011 Two Toasters
|
||||
// Copyright 2011 RestKit
|
||||
//
|
||||
// Licensed under the Apache License, Version 2.0 (the "License");
|
||||
// you may not use this file except in compliance with the License.
|
||||
@@ -21,7 +21,7 @@
|
||||
#ifndef RestKit_RKCategoryFix_h
|
||||
#define RestKit_RKCategoryFix_h
|
||||
|
||||
/**
|
||||
/*
|
||||
Add this macro before each category implementation, so we don't have to use
|
||||
-all_load or -force_load to load object files from static libraries that only contain
|
||||
categories and no classes.
|
||||
|
||||
Reference in New Issue
Block a user