luxlabs header browser preview


@class NSError;

@interface NUResponse : NSObject

@property (retain) id result;
@property (retain) NSError *error;

- (id)initWithError:(id)a0;
- (id)result:(id *)a0;
- (id)init;
- (id)initWithResult:(id)a0;
- (id)description;
- (void).cxx_destruct;

@end