Skip to content

Commit

Permalink
Updated FormButtonStyle's
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon Seyer committed Apr 20, 2015
1 parent 42081cf commit b0c297c
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions PAYFormBuilder/controller/ViewHolder/PAYFormButton.h
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,12 @@ FOUNDATION_EXPORT NSString *const PAYFormButtonIconHeightConstraintKey;

typedef void(^PAYFormButtonSelectionBlock)(PAYFormButton *);
typedef enum {
PAYFormButtonStyleDefault,
PAYFormButtonStyleCentered,
PAYFormButtonStylePrimaryCentered,
PAYFormButtonStyleHilightedCentered,
PAYFormButtonStyleDisabledCentered,
PAYFormButtonStyleHilighted,
PAYFormButtonStylePrimary,
PAYFormButtonStyleDisclosure,
PAYFormButtonStyleIconDisclosure,
PAYFormButtonStyleSelection,
PAYFormButtonStyleIconSelection,
PAYFormButtonStyleEmpty
} PAYFormButtonStyle;

Expand Down

0 comments on commit b0c297c

Please sign in to comment.