mirror of
https://github.com/zhigang1992/Progress-backup.git
synced 2026-01-12 22:40:29 +08:00
15 lines
284 B
Objective-C
15 lines
284 B
Objective-C
//
|
|
// PPEvenKitManagerTest.h
|
|
// Progress
|
|
//
|
|
// Created by Kyle Fang on 2/25/13.
|
|
// Copyright (c) 2013 kylefang. All rights reserved.
|
|
//
|
|
|
|
#import <SenTestingKit/SenTestingKit.h>
|
|
#import <SenTestingKitAsync/SenTestingKitAsync.h>
|
|
|
|
@interface PPEvenKitManagerTest : SenTestCase
|
|
|
|
@end
|