mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-09-08 13:42:51 +00:00
16 lines
288 B
Objective-C
16 lines
288 B
Objective-C
//
|
|
// 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
|