ecency-mobile/ios/Pods/AppCenter/AppCenter-SDK-Apple/iOS/AppCenterAnalytics.framework/Headers/MSLogWithNameAndProperties.h

16 lines
305 B
C
Raw Normal View History

// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.
#import <Foundation/Foundation.h>
#import "MSLogWithProperties.h"
@interface MSLogWithNameAndProperties : MSLogWithProperties
/**
* Name of the event.
*/
@property(nonatomic, copy) NSString *name;
@end