Fix compiler warning with Xcode 6.3

This commit is contained in:
choefele
2015-04-10 16:24:50 +02:00
parent b6a03ab63e
commit 680f783196

View File

@@ -37,9 +37,7 @@ extern NSString *const CCHLinkAttributeName;
/** Delegate to receive tap and long press events. */
@property (nonatomic, weak) id<CCHLinkTextViewDelegate> linkDelegate;
/** `NSAttributedString` attributes applied to links. */
@property (nonatomic, copy) NSDictionary *linkTextAttributes NS_AVAILABLE_IOS(7_0);
/** `NSAttributedString` attributes applied to links when touched. */
/** `NSAttributedString` attributes applied to links when touched. Use `linkTextAttributes` for attributes applied to links before being touched.*/
@property (nonatomic, copy) NSDictionary *linkTextTouchAttributes;
/** The minimum period fingers must press on the link for the gesture to be recognized as a long press (default = 0.5s). */