123456789101112131415161718 |
- //
- // APBAlertController.h
- // BioAuthEngine
- //
- // Created by yukun.tyk on 3/2/16.
- // Copyright © 2016 DTF. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- extern NSString *const kAlertViewAppear;
- extern NSString *const kAlertViewDisappear;
- @interface APBAlertController : UIAlertController
- @end
|