luxlabs header browser preview


@class AXPTranslationObject, NSArray;
@protocol NSObject, NSSecureCoding, NSCopying;

@interface AXPTranslatorResponse : NSObject <NSCopying, NSSecureCoding>

@property (class, readonly) BOOL supportsSecureCoding;

@property (retain, nonatomic) id<NSObject, NSCopying, NSSecureCoding> resultData;
@property (nonatomic) unsigned long long attribute;
@property (nonatomic) unsigned long long notification;
@property (retain, nonatomic) AXPTranslationObject *associatedNotificationObject;
@property (nonatomic) unsigned long long error;
@property (readonly, nonatomic) AXPTranslationObject *translationResponse;
@property (readonly, nonatomic) BOOL boolResponse;
@property (readonly, nonatomic) NSArray *translationsResponse;

+ (id)emptyResponse;
+ (id)allowedDecodableClasses;

- (void)encodeWithCoder:(id)a0;
- (id)description;
- (void).cxx_destruct;
- (id)initWithCoder:(id)a0;
- (id)copyWithZone:(struct _NSZone { } *)a0;

@end