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
18 lines
256 B
//
|
|
// 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
|