Files
rive-ios/Source/RiveRuntime.h
2020-09-26 13:29:45 -07:00

21 lines
618 B
Objective-C

//
// RiveRuntime.h
// RiveRuntime
//
// Created by Matt Sullivan on 8/30/20.
// Copyright © 2020 Rive. All rights reserved.
//
#import <Foundation/Foundation.h>
//! Project version number for RiveRuntime.
FOUNDATION_EXPORT double RiveRuntimeVersionNumber;
//! Project version string for RiveRuntime.
FOUNDATION_EXPORT const unsigned char RiveRuntimeVersionString[];
// In this header, you should import all the public headers of your framework using statements like #import <RiveRuntime/PublicHeader.h>
#import <RiveRuntime/Rive.h>
#import <RiveRuntime/RiveView.h>
#import <RiveRuntime/RiveViewController.h>