12345678910111213141516171819202122232425262728293031323334353637 |
- #import <Foundation/Foundation.h>
- #ifndef DD_LEGACY_MACROS
- #define DD_LEGACY_MACROS 0
- #endif
- #import "DDLog.h"
- @interface DDOSLogger : DDAbstractLogger <DDLogger>
- @property (class, readonly, strong) DDOSLogger *sharedInstance;
- @end
|