mirror of
https://github.com/ecency/ecency-mobile.git
synced 2024-12-22 21:01:31 +03:00
13 lines
208 B
Objective-C
13 lines
208 B
Objective-C
#import <Foundation/Foundation.h>
|
|
|
|
#import "MSLogWithProperties.h"
|
|
|
|
@interface MSLogWithNameAndProperties : MSLogWithProperties
|
|
|
|
/**
|
|
* Name of the event.
|
|
*/
|
|
@property(nonatomic, copy) NSString *name;
|
|
|
|
@end
|