luxlabs header browser preview


@class ODCurareReportFillerModelInformation, NSURL;

@interface ODCurareModelInformation : NSObject

@property (retain, nonatomic) ODCurareReportFillerModelInformation *modelInformation;
@property (retain, nonatomic) NSURL *modelURL;

- (void).cxx_destruct;
- (id)initWithModelInformation:(id)a0 modelURL:(id)a1;

@end