15 lines
261 B
C
15 lines
261 B
C
|
//
|
||
|
// MGMSpruceURL.h
|
||
|
// SpruceSSL
|
||
|
//
|
||
|
// Created by Mr. Gecko on 11/2/10.
|
||
|
// Copyright (c) 2010 Mr. Gecko's Media (James Coleman). All rights reserved. http://mrgeckosmedia.com/
|
||
|
//
|
||
|
|
||
|
#import <Cocoa/Cocoa.h>
|
||
|
|
||
|
@interface MGMSpruceURL : NSURLProtocol {
|
||
|
|
||
|
}
|
||
|
|
||
|
@end
|