Skip to content

Commit a8d8389

Browse files
fix 'strokeColor' end declaration for travis cocoa pods validation
1 parent aa4d6e0 commit a8d8389

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

WYPopoverController/WYPopoverController.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,7 @@ typedef NS_OPTIONS(NSUInteger, WYPopoverArrowDirection) {
4646

4747
@interface WYPopoverBackgroundView : UIView
4848

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

5251
@property (nonatomic, strong) UIColor *tintColor UI_APPEARANCE_SELECTOR;
5352
@property (nonatomic, strong) UIColor *fillTopColor UI_APPEARANCE_SELECTOR;

0 commit comments

Comments
 (0)