//
//  IOBluetoothOBEXSession.h
//  IOBluetooth
//
//  Created by H. Nikolaus Schaller on 30.10.07.
//  Copyright 2007 Golden Delicious Computers GmbH&Co. KG. All rights reserved.
//

#import <Foundation/Foundation.h>
#import <IOBluetooth/objc/OBEXSession.h>

@interface IOBluetoothOBEXSession : OBEXSession
{

}

@end

