mirror of
https://github.com/rive-app/rive-ios.git
synced 2026-01-18 17:11:28 +01:00
21 lines
618 B
Objective-C
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>
|