mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-17 03:40: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.
|
* XCTest extensions for CGGeometry.
|
||||||
*
|
*
|
||||||
@ -18,6 +6,8 @@
|
|||||||
* Could use NSValue, but using strings makes the description messages shorter.
|
* Could use NSValue, but using strings makes the description messages shorter.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#import <XCTest/XCTestAssertionsImpl.h>
|
||||||
|
|
||||||
#define ASXCTAssertEqualSizes(s0, s1, ...) \
|
#define ASXCTAssertEqualSizes(s0, s1, ...) \
|
||||||
_XCTPrimitiveAssertEqualObjects(self, NSStringFromCGSize(s0), @#s0, NSStringFromCGSize(s1), @#s1, __VA_ARGS__)
|
_XCTPrimitiveAssertEqualObjects(self, NSStringFromCGSize(s0), @#s0, NSStringFromCGSize(s1), @#s1, __VA_ARGS__)
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user