12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758 |
- #import <Foundation/Foundation.h>
- #ifndef DD_LEGACY_MACROS
- #define DD_LEGACY_MACROS 0
- #endif
- #import "DDLog.h"
- extern const char* const kDDASLKeyDDLog;
- extern const char* const kDDASLDDLogValue;
- @interface DDASLLogger : DDAbstractLogger <DDLogger>
- @property (class, readonly, strong) DDASLLogger *sharedInstance;
- @end
|