UIActionSheet+LBXAlertAction.h 318 B

1234567891011121314151617
  1. //
  2. // UIActionSheet+Block.h
  3. //
  4. //
  5. // Created by lbxia on 15/10/27.
  6. // Copyright © 2015年 lbxia. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. @interface UIActionSheet (LBXAlertAction)<UIActionSheetDelegate>
  10. - (void)showInView:(UIView *)view block:(void(^)(NSInteger idx,NSString* buttonTitle))block;
  11. @end