Swiftgram/AsyncDisplayKit/Details/ASMainSerialQueue.h

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