mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-16 11:20:18 +00:00
Rearrange headers in ASXCTExtensions.h
This commit is contained in:
parent
d0c77d7965
commit
bab601460e
@ -1,15 +1,3 @@
|
||||
//
|
||||
// ASDisplayNodeLayoutTests.m
|
||||
// AsyncDisplayKit
|
||||
//
|
||||
// Copyright (c) 2014-present, Facebook, Inc. All rights reserved.
|
||||
// This source code is licensed under the BSD-style license found in the
|
||||
// LICENSE file in the root directory of this source tree. An additional grant
|
||||
// of patent rights can be found in the PATENTS file in the same directory.
|
||||
//
|
||||
|
||||
#import <XCTest/XCTestAssertionsImpl.h>
|
||||
|
||||
/**
|
||||
* XCTest extensions for CGGeometry.
|
||||
*
|
||||
@ -18,6 +6,8 @@
|
||||
* Could use NSValue, but using strings makes the description messages shorter.
|
||||
*/
|
||||
|
||||
#import <XCTest/XCTestAssertionsImpl.h>
|
||||
|
||||
#define ASXCTAssertEqualSizes(s0, s1, ...) \
|
||||
_XCTPrimitiveAssertEqualObjects(self, NSStringFromCGSize(s0), @#s0, NSStringFromCGSize(s1), @#s1, __VA_ARGS__)
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user