comparison dstep/foundation/NSKeyValueObserving_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.NSKeyValueObserving_bindings;
2
3 import dstep.foundation.NSArray;
4 import dstep.foundation.NSIndexSet;
5 import dstep.foundation.NSSet;
6 import dstep.foundation.NSString;
7 import dstep.objc.bridge.Bridge;
8 import dstep.objc.objc : id;
9
10
11 extern (C)
12 {
13 extern
14 {
15 package const id NSKeyValueChangeKindKey;
16 package const id NSKeyValueChangeNewKey;
17 package const id NSKeyValueChangeOldKey;
18 package const id NSKeyValueChangeIndexesKey;
19 package const id NSKeyValueChangeNotificationIsPriorKey;
20 }
21 }
22