diff options
Diffstat (limited to 'KVO/KVOTests/KVOTests.h')
| -rw-r--r-- | KVO/KVOTests/KVOTests.h | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/KVO/KVOTests/KVOTests.h b/KVO/KVOTests/KVOTests.h new file mode 100644 index 0000000..04d3449 --- /dev/null +++ b/KVO/KVOTests/KVOTests.h @@ -0,0 +1,13 @@ +// +// KVOTests.h +// KVOTests +// +// Created by mo khan on 2013-06-04. +// Copyright (c) 2013 mo khan. All rights reserved. +// + +#import <SenTestingKit/SenTestingKit.h> + +@interface KVOTests : SenTestCase + +@end |
