This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // | |
| // RKObjectManager+PutQueryParams.h | |
| // | |
| // | |
| #import "RKObjectManager.h" | |
| @interface RKObjectManager (PutQueryParams) | |
| /** |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // | |
| // DetailedLogFormatter.h | |
| // | |
| // Uses this format: | |
| // yyyy-MM-dd HH:mm:ss.SSS [threadID] -[FileName function][Line #] [logLevel] Message | |
| // Example: | |
| // 2013-04-25 14:52:50.072 [707] -[FooService barMethodWithBaz:][Line 50] [verbose] Loading bars... | |
| // | |
| #import <Foundation/Foundation.h> |