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