mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-23 22:55:00 +00:00
Rename and move ASMainSerialQueue to its own class
This commit is contained in:
15
AsyncDisplayKit/Details/ASMainSerialQueue.h
Normal file
15
AsyncDisplayKit/Details/ASMainSerialQueue.h
Normal file
@@ -0,0 +1,15 @@
|
||||
//
|
||||
// ASMainSerialQueue.h
|
||||
// AsyncDisplayKit
|
||||
//
|
||||
// Created by Garrett Moon on 12/11/15.
|
||||
// Copyright © 2015 Facebook. All rights reserved.
|
||||
//
|
||||
|
||||
#import <Foundation/Foundation.h>
|
||||
|
||||
@interface ASMainSerialQueue : NSObject
|
||||
|
||||
- (void)performBlockOnMainThread:(dispatch_block_t)block;
|
||||
|
||||
@end
|
||||
Reference in New Issue
Block a user