fix: pragma once
This commit is contained in:
parent
7c721ccb81
commit
127656b44c
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user