mirror of
https://github.com/rive-app/rive-ios.git
synced 2026-01-18 17:11:28 +01:00
20 lines
360 B
Objective-C
20 lines
360 B
Objective-C
//
|
|
// RiveViewController.h
|
|
// RiveRuntime
|
|
//
|
|
// Created by Matt Sullivan on 9/11/20.
|
|
// Copyright © 2020 Rive. All rights reserved.
|
|
//
|
|
|
|
#import <UIKit/UIKit.h>
|
|
|
|
NS_ASSUME_NONNULL_BEGIN
|
|
|
|
@interface RiveViewController : UIViewController
|
|
|
|
-(instancetype)initWithResource:(NSString *)resource withExtension:(NSString *)extension;
|
|
|
|
@end
|
|
|
|
NS_ASSUME_NONNULL_END
|