Skip to content

Commit

Permalink
fix 'strokeColor' end declaration for travis cocoa pods validation
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolaschengdev committed Sep 15, 2013
1 parent aa4d6e0 commit a8d8389
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions WYPopoverController/WYPopoverController.h
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,7 @@ typedef NS_OPTIONS(NSUInteger, WYPopoverArrowDirection) {

@interface WYPopoverBackgroundView : UIView

@property (nonatomic, strong) UIColor *strokeColor UI_APPEARANCE_SELECTOR
DEPRECATED_MSG_ATTRIBUTE("WYPopoverController [0.1.3] : Use 'outerStrokeColor' instead.");
@property (nonatomic, strong) UIColor *strokeColor UI_APPEARANCE_SELECTOR DEPRECATED_MSG_ATTRIBUTE("WYPopoverController [0.1.3] : Use 'outerStrokeColor' instead.");

@property (nonatomic, strong) UIColor *tintColor UI_APPEARANCE_SELECTOR;
@property (nonatomic, strong) UIColor *fillTopColor UI_APPEARANCE_SELECTOR;
Expand Down

0 comments on commit a8d8389

Please sign in to comment.