mirror of
https://github.com/ecency/ecency-mobile.git
synced 2024-12-20 11:51:52 +03:00
13 lines
247 B
Objective-C
13 lines
247 B
Objective-C
#import <Foundation/Foundation.h>
|
|
|
|
#import "MSAbstractLog.h"
|
|
|
|
@interface MSLogWithProperties : MSAbstractLog
|
|
|
|
/**
|
|
* Additional key/value pair parameters. [optional]
|
|
*/
|
|
@property(nonatomic) NSDictionary<NSString *, NSString *> *properties;
|
|
|
|
@end
|