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