14 lines
159 B
C
14 lines
159 B
C
|
//
|
||
|
// assimpIOS.h
|
||
|
// assimpIOS
|
||
|
//
|
||
|
// Created by Maksim Lukyanov on 8/22/17.
|
||
|
//
|
||
|
//
|
||
|
|
||
|
#import <Foundation/Foundation.h>
|
||
|
|
||
|
@interface assimpIOS : NSObject
|
||
|
|
||
|
@end
|