Skip to content

Commit

Permalink
Removed style property from PAYFormButton
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon Seyer committed Apr 20, 2015
1 parent ac4099e commit 42081cf
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
5 changes: 0 additions & 5 deletions PAYFormBuilder/controller/ViewHolder/PAYFormButton.h
Original file line number Diff line number Diff line change
Expand Up @@ -50,11 +50,6 @@ typedef enum {
*/
@property (nonatomic, retain, readonly) UIImageView *iconView;

/**
* The style
*/
@property (nonatomic, assign, readonly) PAYFormButtonStyle style;

/**
* A block that is called when the user tapped on the button
*/
Expand Down
1 change: 0 additions & 1 deletion PAYFormBuilder/controller/builder/PAYFormCellBuilder.m
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,6 @@ + (PAYFormButton *)buttonWithText:(NSString *)text
formButton.view = cell;
formButton.titleLabel = titleLabel;
formButton.detailLabel = detailLabel;
formButton.style = style;
formButton.iconView = iconView;
formButton.selectionBlock = selectionBlock;

Expand Down

0 comments on commit 42081cf

Please sign in to comment.