14 lines
215 B
Objective-C
14 lines
215 B
Objective-C
//
|
|
// CompileTest.h
|
|
// YapDatabase
|
|
//
|
|
// Created by Robbie Hanson on 1/14/16.
|
|
// Copyright © 2016 Deusty LLC. All rights reserved.
|
|
//
|
|
|
|
#import <Foundation/Foundation.h>
|
|
|
|
@interface CompileTest : NSObject
|
|
|
|
@end
|