repo.or.cz
/
cocotron.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge pull request #10 from gunyarakun/fix-invalid-return
[cocotron.git]
/
QuartzCore
/
CATransactionGroup.h
blob
df7088c72694d52bb3070a8aec0912c923923104
1
#import <Foundation/NSObject.h>
2
3
@
class
NSMutableDictionary
;
4
5
@interface CATransactionGroup
:
NSObject
{
6
NSMutableDictionary
*
_values
;
7
}
8
9
-
valueForKey
:(
NSString
*)
key
;
10
- (
void
)
setValue
:
value forKey
:(
NSString
*)
key
;
11
12
@end