luxlabs header browser preview


@class MIDINetworkHost;

@interface MIDINetworkConnection : NSObject {
    void *_imp;
}

@property (readonly, nonatomic) MIDINetworkHost *host;

+ (id)connectionWithHost:(id)a0;

- (id)init;
- (void)dealloc;

@end