[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

@@ -8,12 +8,11 @@
*
*/
#pragma once
#import <UIKit/UIKit.h>
#import "ASEqualityHelpers.h"
#ifndef ComponentKit_ASTextKitAttributes_h
#define ComponentKit_ASTextKitAttributes_h
@protocol ASTextKitTruncating;
extern NSString *const ASTextKitTruncationAttributeName;
@@ -141,5 +140,3 @@ struct ASTextKitAttributes {
size_t hash() const;
};
#endif