洛阳学员端
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
306 B

7 months ago
  1. //
  2. // APBAlertController.h
  3. // BioAuthEngine
  4. //
  5. // Created by yukun.tyk on 3/2/16.
  6. // Copyright © 2016 DTF. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. extern NSString *const kAlertViewAppear;
  10. extern NSString *const kAlertViewDisappear;
  11. @interface APBAlertController : UIAlertController
  12. @end