mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 14:20:20 +00:00
[AsyncDisplayKit] Adopt #pragma once, remove last remaining dispatch_sync (UIScreen scale).
This commit is contained in:
@@ -6,8 +6,7 @@
|
||||
* of patent rights can be found in the PATENTS file in the same directory.
|
||||
*/
|
||||
|
||||
#ifndef ASCollectionViewLayoutFacilitatorProtocol_h
|
||||
#define ASCollectionViewLayoutFacilitatorProtocol_h
|
||||
#pragma once
|
||||
|
||||
/**
|
||||
* This facilitator protocol is intended to help Layout to better
|
||||
@@ -41,5 +40,3 @@
|
||||
- (void)collectionViewWillPerformBatchUpdates;
|
||||
|
||||
@end
|
||||
|
||||
#endif /* ASCollectionViewLayoutFacilitatorProtocol_h */
|
||||
|
||||
Reference in New Issue
Block a user