BBAAlertView.h
510 Bytes
//
// BBAAlertView.h
// BBAPods
//
// Created by Jingxiang Zhang on 12/10/14.
// Copyright (c) 2014 Baidu. All rights reserved.
//
// 废弃,使用BBADialog替代
#import <UIKit/UIKit.h>
__attribute__ ((deprecated("该类已被废弃,请勿再使用")))
@interface BBAAlertView : UIAlertView
- (instancetype)initWithTitle:(NSString *)title message:(NSString *)message delegate:(id)delegate cancelButtonTitle:(NSString *)cancelButtonTitle otherButtonTitles:(NSString *)otherButtonTitles, ...;
@end