RemoteVxpInformation.h 366 Bytes
//
//  RemoteVxpInformation.h
//  MTKBleManager
//
//  Created by user on 14/11/24.
//  Copyright (c) 2014年 ___MTK___. All rights reserved.
//

#import <Foundation/Foundation.h>

@interface RemoteVxpInformation : NSObject

@property NSString*         remoteVxpName;
@property NSString*         remoteVxpVersion;
@property int               remotePreInstall;

@end