14 lines
246 B
Objective-C
14 lines
246 B
Objective-C
//
|
|
// ThumbnailProvider.h
|
|
// PanoThumb
|
|
//
|
|
// Created by Omar Mohamed Ali Mudhir on 15/06/18.
|
|
// Copyright © 2018 OmixLab ltd. All rights reserved.
|
|
//
|
|
|
|
#import <QuickLook/QuickLook.h>
|
|
|
|
@interface ThumbnailProvider : QLThumbnailProvider
|
|
|
|
@end
|