Fix ASBasicImageDownloader tests - prevent use of init / new instead of +sharedImageDownloader.

This commit is contained in:
Scott Goodson
2015-12-20 15:42:57 -08:00
parent 97bb05d326
commit b8602d1073
6 changed files with 26 additions and 10 deletions

View File

@@ -135,6 +135,7 @@ typedef NS_OPTIONS(NSUInteger, ASDisplayNodeMethodOverrides)
// Private API for helper functions / unit tests. Use ASDisplayNodeDisableHierarchyNotifications() to control this.
- (BOOL)__visibilityNotificationsDisabled;
- (BOOL)__selfOrParentHasVisibilityNotificationsDisabled;
- (void)__incrementVisibilityNotificationsDisabled;
- (void)__decrementVisibilityNotificationsDisabled;