Skip to content

Commit

Permalink
Refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
Friend-LGA committed Apr 9, 2017
1 parent 7664bc1 commit a485036
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion LGAlertView/LGAlertView.h
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ extern NSString *_Nonnull const LGAlertViewDidDismissAfterDestructiveNotificatio

typedef void (^ _Nullable LGAlertViewCompletionHandler)();
typedef void (^ _Nullable LGAlertViewHandler)(LGAlertView * _Nonnull alertView);
typedef void (^ _Nullable LGAlertViewActionHandler)(LGAlertView * _Nonnull alertView, NSString * _Nullable title, NSUInteger index);
typedef void (^ _Nullable LGAlertViewActionHandler)(LGAlertView * _Nonnull alertView, NSUInteger index, NSString * _Nullable title);
typedef void (^ _Nullable LGAlertViewTextFieldsSetupHandler)(UITextField * _Nonnull textField, NSUInteger index);

typedef NS_ENUM(NSUInteger, LGAlertViewStyle) {
Expand Down

0 comments on commit a485036

Please sign in to comment.