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