Dactyloidae/mobile/ios/ThirdParty/UIImageViewAligned/Example/ImageAlignmentTests/ImageAlignmentTests.m
2026-06-26 21:04:09 -07:00

35 lines
460 B
Objective-C

//
// ImageAlignmentTests.m
// ImageAlignmentTests
//
// Created by Andrei Stanescu on 7/29/13.
//
#import <XCTest/XCTest.h>
@interface ImageAlignmentTests : XCTestCase
@end
@implementation ImageAlignmentTests
- (void)setUp
{
[super setUp];
// Set-up code here.
}
- (void)tearDown
{
// Tear-down code here.
[super tearDown];
}
- (void)testExample
{
XCTFail(@"No implementation for \"%s\"", __PRETTY_FUNCTION__);
}
@end