Djinni Library
2.0.0
Cross-Platform Library
Java
ObjC
C++/CLI
C++
MDLExample.h
Go to the documentation of this file.
1
// AUTOGENERATED FILE - DO NOT MODIFY!
2
// This file was generated by Djinni from my_djinni_library.djinni
3
4
#import <Foundation/Foundation.h>
5
@protocol
MDLNative
;
6
7
8
@interface
MDLExample
: NSObject
9
10
+ (nonnull NSString *)
helloFromCpp
;
11
12
+ (nonnull NSString *)helloFromNative:(nullable
id
<
MDLNative
>)from;
13
14
@end
MDLExample
Definition:
MDLExample.h:9
+[MDLExample helloFromCpp]
nonnull NSString * helloFromCpp()
MDLNative-p
Definition:
MDLNative.h:7
lib
platform
darwin
djinni-generated
objc
include
MyDjinniLibrary
MDLExample.h
Generated by
1.9.4