mirror of
https://github.com/rive-app/rive-ios.git
synced 2026-01-18 17:11:28 +01:00
20 lines
321 B
Objective-C
20 lines
321 B
Objective-C
//
|
|
// RiveBindableArtboard.h
|
|
// RiveRuntime
|
|
//
|
|
// Created by David Skuza on 7/14/25.
|
|
// Copyright © 2025 Rive. All rights reserved.
|
|
//
|
|
|
|
#import <Foundation/Foundation.h>
|
|
|
|
NS_ASSUME_NONNULL_BEGIN
|
|
|
|
@interface RiveBindableArtboard : NSObject
|
|
|
|
@property(nonatomic, readonly) NSString* name;
|
|
|
|
@end
|
|
|
|
NS_ASSUME_NONNULL_END
|