5 // Created by Pieter de Bie on 01-11-08.
6 // Copyright 2008 Pieter de Bie. All rights reserved.
9 #import <Cocoa/Cocoa.h>
10 #import "PBGitRepository.h"
12 @interface PBGitXProtocol
: NSURLProtocol
{
17 @interface
NSURLRequest (PBGitXProtocol
)
18 @
property (readonly
) PBGitRepository
*repository
;
21 @interface
NSMutableURLRequest (PBGitXProtocol
)
22 @
property (retain
) PBGitRepository
*repository
;