fix: pragma once

This commit is contained in:
Marc Rousavy 2023-07-31 11:41:47 +02:00
parent 7c721ccb81
commit 127656b44c

View File

@ -6,8 +6,7 @@
// Copyright © 2022 mrousavy. All rights reserved.
//
#ifndef SkImageHelpers_h
#define SkImageHelpers_h
#pragma once
#import <Foundation/Foundation.h>
#import <AVFoundation/AVFoundation.h>
@ -41,5 +40,3 @@ public:
private:
static SkRect inscribe(SkSize size, SkRect rect);
};
#endif /* SkImageHelpers_h */