1234567891011121314151617181920212223242526272829303132333435363738 |
- #import <Foundation/Foundation.h>
- #ifndef DD_LEGACY_MACROS
- #define DD_LEGACY_MACROS 0
- #endif
- #import "DDLog.h"
- API_AVAILABLE(macos(10.12), ios(10.0), watchos(3.0), tvos(10.0))
- @interface DDOSLogger : DDAbstractLogger <DDLogger>
- @property (class, readonly, strong) DDOSLogger *sharedInstance;
- @end
|