14 lines
192 B
Objective-C
14 lines
192 B
Objective-C
//
|
|
// coster-bridge.h
|
|
// FastCoster
|
|
//
|
|
// Created by Michael Pivato on 3/2/2023.
|
|
//
|
|
|
|
#ifndef coster_bridge_h
|
|
#define coster_bridge_h
|
|
|
|
#import "libcoster_rs.h"
|
|
|
|
#endif /* coster_bridge_h */
|