Files
react-native-svg/Example/macos/Example-macOS/ViewController.h
Wojciech Lewicki bac4986a23 feat: add macos CI (#1704)
PR adding macOS configuration to Example app and adding CI job for building the app on macOS.
2022-02-24 14:44:17 +01:00

6 lines
76 B
Objective-C

#import <Cocoa/Cocoa.h>
@interface ViewController : NSViewController
@end