luxlabs header browser preview


@class NSArray, NSData;

@interface VISearchResult : NSObject <NSCopying>

@property (readonly, nonatomic) NSArray *regionOfInterestResults;
@property (readonly, nonatomic) NSData *userFeedbackPayload;

+ (id)empty;

- (void).cxx_destruct;
- (BOOL)isEqual:(id)a0;
- (id)copyWithZone:(struct _NSZone { } *)a0;
- (id)initWithRegionOfInterestResults:(id)a0;
- (id)initWithRegionOfInterestResults:(id)a0 userFeedbackPayload:(id)a1;

@end