[tvOS] Improve naming of method

This commit is contained in:
Aaron Schubert
2016-04-21 09:02:31 +01:00
parent 06d4573b14
commit 39a6aa3437
3 changed files with 6 additions and 6 deletions

View File

@@ -126,7 +126,7 @@ typedef NS_OPTIONS(NSUInteger, ASControlState) {
/**
@abstract How the node looks when it isn't focused. Exposed here so that subclasses can override.
*/
- (void)setDefaultState;
- (void)setDefaultFocusAppearance;
#endif
@end