洛阳学员端
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

18 lines
256 B

7 months ago
  1. //
  2. // APBSystem.h
  3. // BioAuthService
  4. //
  5. // Created by yukun.tyk on 12/14/15.
  6. // Copyright © 2015 DTF. All rights reserved.
  7. //
  8. #import <Foundation/Foundation.h>
  9. @interface APBSystem : NSObject
  10. + (double)systemVer;
  11. + (NSString *)modelString;
  12. @end