Skip to content

Commit

Permalink
Fix error (Issue #10). Update UI_APPEARANCE_SELECTOR tag.
Browse files Browse the repository at this point in the history
Add semi-colon after UI_APPEARANCE_SELECTOR tag. Prevent Prefix attribute must be followed by an interface or protocol error.
  • Loading branch information
rohanaurora committed Oct 22, 2014
1 parent a0f03fe commit d1da22b
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions MRoundedButton.h
Expand Up @@ -35,15 +35,15 @@ extern CGFloat const MRoundedButtonMaxValue;
@interface MRoundedButton : UIControl

@property (readonly, nonatomic) MRoundedButtonStyle mr_buttonStyle;
@property (nonatomic, assign) CGFloat cornerRadius; UI_APPEARANCE_SELECTOR
@property (nonatomic, assign) CGFloat borderWidth; UI_APPEARANCE_SELECTOR
@property (nonatomic, strong) UIColor *borderColor; UI_APPEARANCE_SELECTOR
@property (nonatomic, strong) UIColor *contentColor; UI_APPEARANCE_SELECTOR
@property (nonatomic, strong) UIColor *foregroundColor; UI_APPEARANCE_SELECTOR
@property (nonatomic, strong) UIColor *borderAnimateToColor; UI_APPEARANCE_SELECTOR
@property (nonatomic, strong) UIColor *contentAnimateToColor; UI_APPEARANCE_SELECTOR
@property (nonatomic, strong) UIColor *foregroundAnimateToColor; UI_APPEARANCE_SELECTOR
@property (nonatomic, assign) BOOL restoreSelectedState; UI_APPEARANCE_SELECTOR
@property (nonatomic, assign) CGFloat cornerRadius UI_APPEARANCE_SELECTOR;
@property (nonatomic, assign) CGFloat borderWidth UI_APPEARANCE_SELECTOR;
@property (nonatomic, strong) UIColor *borderColor UI_APPEARANCE_SELECTOR;
@property (nonatomic, strong) UIColor *contentColor UI_APPEARANCE_SELECTOR;
@property (nonatomic, strong) UIColor *foregroundColor UI_APPEARANCE_SELECTOR;
@property (nonatomic, strong) UIColor *borderAnimateToColor UI_APPEARANCE_SELECTOR;
@property (nonatomic, strong) UIColor *contentAnimateToColor UI_APPEARANCE_SELECTOR;
@property (nonatomic, strong) UIColor *foregroundAnimateToColor UI_APPEARANCE_SELECTOR;
@property (nonatomic, assign) BOOL restoreSelectedState UI_APPEARANCE_SELECTOR;

@property (nonatomic, weak) UILabel *textLabel;
@property (nonatomic, weak) UILabel *detailTextLabel;
Expand Down

0 comments on commit d1da22b

Please sign in to comment.