mirror of
https://github.com/rive-app/rive-ios.git
synced 2026-01-18 17:11:28 +01:00
* Always align function arguments at the opening paren if they have to break (never just indented 4 spaces) * Only break after a function's return type if there's no other way to make it fit in 100 columns * Allow one-liner case labels in a switch statement * Delete packages/coop/.clang-format * Reformat the world Diffs= 7d242ebc8 clang-format tweaks
15 lines
244 B
Objective-C
15 lines
244 B
Objective-C
//
|
|
// TestHeader.h
|
|
// RiveRuntime
|
|
//
|
|
// Created by Matt Sullivan on 8/30/20.
|
|
// Copyright © 2020 Rive. All rights reserved.
|
|
//
|
|
|
|
#ifndef TestHeader_h
|
|
#define TestHeader_h
|
|
|
|
#import "RiveRuntime/Runtime/RiveFile.h"
|
|
|
|
#endif /* TestHeader_h */
|