Blender V5.0
thumbnail_provider.h
Go to the documentation of this file.
1/* SPDX-FileCopyrightText: 2025 Blender Authors
2 *
3 * SPDX-License-Identifier: GPL-2.0-or-later */
4#pragma once
5
6#import <QuickLookThumbnailing/QuickLookThumbnailing.h>
7
8NS_ASSUME_NONNULL_BEGIN
9
10@interface ThumbnailProvider : QLThumbnailProvider
11
12@end
13
14NS_ASSUME_NONNULL_END