17 lines
270 B
Objective-C
17 lines
270 B
Objective-C
//
|
|
// jxsMetadataReader.h
|
|
// Syntrax-c
|
|
//
|
|
// Created by Christopher Snowhill on 03/14/16.
|
|
// Copyright 2016 __NoWork, Inc__. All rights reserved.
|
|
//
|
|
|
|
#import <Cocoa/Cocoa.h>
|
|
|
|
#import "Plugin.h"
|
|
|
|
@interface jxsMetadataReader : NSObject <CogMetadataReader> {
|
|
|
|
}
|
|
|
|
@end
|