fix: pragma once
This commit is contained in:
parent
7c721ccb81
commit
127656b44c
@ -6,8 +6,7 @@
|
|||||||
// Copyright © 2022 mrousavy. All rights reserved.
|
// Copyright © 2022 mrousavy. All rights reserved.
|
||||||
//
|
//
|
||||||
|
|
||||||
#ifndef SkImageHelpers_h
|
#pragma once
|
||||||
#define SkImageHelpers_h
|
|
||||||
|
|
||||||
#import <Foundation/Foundation.h>
|
#import <Foundation/Foundation.h>
|
||||||
#import <AVFoundation/AVFoundation.h>
|
#import <AVFoundation/AVFoundation.h>
|
||||||
@ -41,5 +40,3 @@ public:
|
|||||||
private:
|
private:
|
||||||
static SkRect inscribe(SkSize size, SkRect rect);
|
static SkRect inscribe(SkSize size, SkRect rect);
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif /* SkImageHelpers_h */
|
|
||||||
|
Loading…
Reference in New Issue
Block a user