// // APBSystem.h // BioAuthService // // Created by yukun.tyk on 12/14/15. // Copyright © 2015 DTF. All rights reserved. // #import @interface APBSystem : NSObject + (double)systemVer; + (NSString *)modelString; @end