Yini  1.0
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Properties Macros Pages
DBDefines.h
Go to the documentation of this file.
1 //
2 // DBDefines.h
3 // DropboxSDK
4 //
5 // Created by Brian Smith on 8/8/11.
6 // Copyright 2011 Dropbox, Inc. All rights reserved.
7 //
8 
9 // Taken from three20 (http://three20.info/)
10 #define DB_FIX_CATEGORY_BUG(name) @interface DB_FIX_CATEGORY_BUG##name @end @implementation DB_FIX_CATEGORY_BUG##name @end