APBAlertController.h 306 B

123456789101112131415161718
  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