説明なし

UIExtendAlertView.h 268B

12345678910111213141516
  1. //
  2. // UIExtendAlertView.h
  3. // FirstLink
  4. //
  5. // Created by ascii on 15/1/21.
  6. // Copyright (c) 2015年 FirstLink. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. @interface UIExtendAlertView : UIAlertView
  10. @property (nonatomic, strong) NSDictionary *userInfo;
  11. @end