@interface SENTAttribute : NSObject <NSSecureCoding, NSCopying>
@property (nonatomic, strong, nonnull) NSString *name;
@property (nonatomic, assign) double value;
- (BOOL)isEqualToAttribute:(SENTAttribute *)attribute;
Last updated 1 year ago