[AsyncDisplayKit] Adopt #pragma once, remove last remaining dispatch_sync (UIScreen scale).

This commit is contained in:
Scott Goodson
2016-03-19 19:56:41 -07:00
parent 5feedb002f
commit 8308a4ce49
11 changed files with 27 additions and 66 deletions

View File

@@ -6,8 +6,7 @@
* of patent rights can be found in the PATENTS file in the same directory.
*/
#ifndef ASDataController_Included
#define ASDataController_Included
#pragma once
#import <UIKit/UIKit.h>
#import <AsyncDisplayKit/ASDealloc2MainObject.h>
@@ -195,5 +194,3 @@ FOUNDATION_EXPORT NSString * const ASDataControllerRowNodeKind;
@end
NS_ASSUME_NONNULL_END
#endif