Skip to content

Commit

Permalink
Fixed UTType+SHShazamAdditions reference
Browse files Browse the repository at this point in the history
  • Loading branch information
vadd98 authored and facekapow committed Aug 21, 2023
1 parent 038719a commit bf512d2
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
*/

#include <Foundation/Foundation.h>
#import <ShazamKit/SHError.h>

@interface NSError (SHError)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
*/

#include <Foundation/Foundation.h>
#import <UniformTypeIdentifiers/UniformTypeIdentifiers.h>

@interface UTType (SHShazamAdditions)

Expand Down
1 change: 0 additions & 1 deletion src/frameworks/ShazamKit/src/UTType+SHShazamAdditions.m
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
*/

#import <ShazamKit/UTType+SHShazamAdditions.h>
#import <UniformTypeIdentifiers/UniformTypeIdentifiers.h>

@implementation UTType (SHShazamAdditions)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@
*/

#include <Foundation/Foundation.h>
#import <UniformTypeIdentifiers/UTType.h>
#import <Foundation/NSItemProvider.h>

@interface NSItemProvider (UTType)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
*/

#include <Foundation/Foundation.h>
#import <UniformTypeIdentifiers/_UTCoreType.h>

@interface _UTCoreType (UTRefCounting)

Expand Down

0 comments on commit bf512d2

Please sign in to comment.