Fixed typo

This commit is contained in:
Bin Liu
2016-01-05 17:35:30 -08:00
parent 6bb51063f9
commit 82c098b39d

View File

@@ -66,7 +66,7 @@ typedef NS_OPTIONS(NSUInteger, ASControlState) {
@abstract Indicates whether or not the receiver is highlighted.
@discussion This is set automatically when the receiver is tapped.
*/
@property (nonatomic, assign, getter=isSeleted) BOOL selected;
@property (nonatomic, assign, getter=isSelected) BOOL selected;
#pragma mark - Tracking Touches
/**