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
291 B
18 lines
291 B
//
|
|
// NSTimer+bioAuth.h
|
|
// BioAuthEngine
|
|
//
|
|
// Created by 王伟伟 on 2017/8/23.
|
|
// Copyright © 2017年 DTF. All rights reserved.
|
|
//
|
|
|
|
#import <Foundation/Foundation.h>
|
|
|
|
@interface NSTimer (bioAuth)
|
|
|
|
@property(nonatomic, strong)NSNumber *remained;
|
|
|
|
- (void)pause;
|
|
- (void)resume;
|
|
|
|
@end
|