fix compile errors

This commit is contained in:
Hannah Trosi
2016-06-25 01:05:23 -07:00
parent 2e4b1ea053
commit 7ddef95946

View File

@@ -124,6 +124,12 @@ typedef NS_ENUM(NSUInteger, ASCellNodeVisibilityEvent) {
@end
@interface ASCellNode (Deprecated)
- (BOOL)selected ASDISPLAYNODE_DEPRECATED;
- (BOOL)highlighted ASDISPLAYNODE_DEPRECATED;
@end
/**
* Simple label-style cell node. Read its source for an example of custom <ASCellNode>s.
@@ -150,9 +156,6 @@ typedef NS_ENUM(NSUInteger, ASCellNodeVisibilityEvent) {
*/
@property (nonatomic, assign) UIEdgeInsets textInsets;
- (BOOL)selected ASDISPLAYNODE_DEPRECATED;
- (BOOL)highlighted ASDISPLAYNODE_DEPRECATED;
@end
NS_ASSUME_NONNULL_END