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

//
// 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