mirror of
https://github.com/yattee/yattee.git
synced 2026-02-19 17:29:45 +00:00
12 lines
204 B
Objective-C
12 lines
204 B
Objective-C
//
|
|
// Yattee-Bridging-Header.h
|
|
// Yattee
|
|
//
|
|
// Bridges C code to Swift
|
|
//
|
|
|
|
#ifndef Yattee_Bridging_Header_h
|
|
#define Yattee_Bridging_Header_h
|
|
#import "SMBBridge.h"
|
|
#endif /* Yattee_Bridging_Header_h */
|