comparison dstep/foundation/NSURLCredentialStorage_bindings.d @ 14:89f3c3ef1fd2

Added the Foundation framework
author Jacob Carlborg <doob@me.com>
date Mon, 03 Aug 2009 15:23:15 +0200
parents
children 19885b43130e
comparison
equal deleted inserted replaced
13:4f583f7e242e 14:89f3c3ef1fd2
1 module dstep.foundation.NSURLCredentialStorage_bindings;
2
3 import dstep.AvailabilityMacros;
4 import dstep.foundation.NSDictionary;
5 import dstep.foundation.NSObject;
6 import dstep.foundation.NSString;
7 import dstep.foundation.NSURLCredential;
8 import dstep.foundation.NSURLCredentialStorageInternal;
9 import dstep.foundation.NSURLProtectionSpace;
10 import dstep.objc.bridge.Bridge;
11 import dstep.objc.objc : id;
12
13
14 extern (C)
15 {
16 extern
17 {
18 package const id NSURLCredentialStorageChangedNotification;
19 }
20 }
21