// // RemoteVxpInformation.h // MTKBleManager // // Created by user on 14/11/24. // Copyright (c) 2014年 ___MTK___. All rights reserved. // #import @interface RemoteVxpInformation : NSObject @property NSString* remoteVxpName; @property NSString* remoteVxpVersion; @property int remotePreInstall; @end