Skip to content

Commit

Permalink
Remove UIKit header import in AsyncTransaction file (#1275)
Browse files Browse the repository at this point in the history
  • Loading branch information
zhongwuzw authored and maicki committed Dec 17, 2018
1 parent 5d2524b commit 351e402
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Source/Details/Transactions/_ASAsyncTransaction.mm
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@
// Licensed under Apache 2.0: http://www.apache.org/licenses/LICENSE-2.0
//

// We need this import for UITrackingRunLoopMode
#import <UIKit/UIApplication.h>

#import <AsyncDisplayKit/_ASAsyncTransaction.h>
#import <AsyncDisplayKit/_ASAsyncTransactionGroup.h>
Expand All @@ -22,6 +20,8 @@
#warning "Texture must be compiled with std=c++11 to prevent layout issues. gnu++ is not supported. This is hopefully temporary."
#endif

AS_EXTERN NSRunLoopMode const UITrackingRunLoopMode;

NSInteger const ASDefaultTransactionPriority = 0;

@interface ASAsyncTransactionOperation : NSObject
Expand Down

0 comments on commit 351e402

Please sign in to comment.