1// 2// KVOTests.h 3// KVOTests 4// 5// Created by mo khan on 2013-06-04. 6// Copyright (c) 2013 mo khan. All rights reserved. 7// 8 9#import <SenTestingKit/SenTestingKit.h> 10 11@interface KVOTests : SenTestCase 12 13@end