2017-02-02 03:45:10 +02:00

16 lines
243 B
Objective-C

//
// ViewController.h
// Example for lottie-macos
//
// Created by Oleksii Pavlovskyi on 2/2/17.
// Copyright © 2017 Brandon Withrow. All rights reserved.
//
#import <Cocoa/Cocoa.h>
@interface ViewController : NSViewController
@end