#import #import "MSLogWithProperties.h" @interface MSLogWithNameAndProperties : MSLogWithProperties /** * Name of the event. */ @property(nonatomic, copy) NSString *name; @end