- //
- // UIExtendAlertView.h
- // FirstLink
- //
- // Created by ascii on 15/1/21.
- // Copyright (c) 2015年 FirstLink. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- @interface UIExtendAlertView : UIAlertView
- @property (nonatomic, strong) NSDictionary *userInfo;
- @end
|