Djinni Library  2.0.0
Cross-Platform Library
MDLNative.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
6
7@protocol MDLNative <NSObject>
8
9- (nonnull NSString *)helloFromNative;
10
11@end
Definition: MDLNative.h:7
nonnull NSString * helloFromNative()