Dactyloidae iOS initial commit

This commit is contained in:
wuggy 2026-06-26 21:04:09 -07:00
commit 7154a0497e
2123 changed files with 197052 additions and 0 deletions

View file

@ -0,0 +1,35 @@
//
// 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