Files
rive-ios/Source/TestHeader.h
csmartdalton 2ab34178da clang-format tweaks
* 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
2022-08-19 20:30:51 +00:00

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 */