mirror of
https://github.com/ivabus/lonelyradio
synced 2024-11-22 08:05:10 +03:00
14 lines
222 B
Objective-C
14 lines
222 B
Objective-C
//
|
|
// MonoLib-Bridging-Header.h
|
|
// monoclient
|
|
//
|
|
// Created by ivabus on 03.03.2024.
|
|
//
|
|
|
|
#ifndef MonoLib_Bridging_Header_h
|
|
#define MonoLib_Bridging_Header_h
|
|
|
|
|
|
#import "monolib.h"
|
|
|
|
#endif /* MonoLib_Bridging_Header_h */
|