Djinni Library  2.0.0
Cross-Platform Library
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
Definition: MDLExample.h:9
nonnull NSString * helloFromCpp()
Definition: MDLNative.h:7