AntRealtimeLogItem.h 333 B

12345678910111213141516
  1. //
  2. // AntRealtimeLogItem.h
  3. // APRemoteLogging
  4. //
  5. // Created by 卡迩 on 2017/7/3.
  6. // Copyright © 2017年 Alipay. All rights reserved.
  7. //
  8. #import <Foundation/Foundation.h>
  9. @interface AntRealtimeLogItem : NSObject
  10. @property (nonatomic, strong) NSString *bizType;
  11. @property (nonatomic, strong) NSArray<NSString *> *logs;
  12. @end