This commit is contained in:
chrwend 2016-06-28 17:10:43 -07:00
Родитель fe020277a3
Коммит b89fc112a4
2 изменённых файлов: 0 добавлений и 6 удалений

Просмотреть файл

@ -32,11 +32,6 @@
@interface AVAInSessionLog : AVALog
@property(nonatomic) NSString* type;
/* Corresponds to the number of milliseconds elapsed between the time the request is sent and the time the log is emitted.
*/
@property(nonatomic) NSNumber* toffset;
/* Additional key/value pair parameters. [optional]
*/
@property(nonatomic) NSDictionary<NSString*, NSString*>* properties;

Просмотреть файл

@ -31,7 +31,6 @@
@interface AVALog : NSObject
@property(nonatomic) NSString* type;
/* Corresponds to the number of milliseconds elapsed between the time the request is sent and the time the log is emitted.
*/