mirror of
https://github.com/zhigang1992/RestKit.git
synced 2026-04-11 11:39:05 +08:00
14 lines
216 B
C
14 lines
216 B
C
//
|
|
// DBEnvironment.h
|
|
// DiscussionBoard
|
|
//
|
|
// Created by Daniel Hammond on 1/7/11.
|
|
// Copyright 2011 Two Toasters. All rights reserved.
|
|
//
|
|
|
|
/**
|
|
* General Constants
|
|
*/
|
|
|
|
extern NSString* const kDBBaseURLString;
|