9 #import <Foundation/Foundation.h>
10 #import "EMCallEnum.h"
12 NS_ASSUME_NONNULL_BEGIN
15 @property (nonatomic, readonly) EMConferenceAttributeAction action;
16 @property (nonatomic, copy, readonly) NSString *key;
17 @property (nonatomic, copy, readonly) NSString *value;
Definition: EMConferenceAttribute.h:15