mirror of
https://github.com/zhigang1992/ZGPullDragTableView.git
synced 2026-01-12 08:34:12 +08:00
14 lines
259 B
Objective-C
14 lines
259 B
Objective-C
//
|
|
// ZGPullDragTableViewTests.h
|
|
// ZGPullDragTableViewTests
|
|
//
|
|
// Created by Kyle Fang on 2/26/13.
|
|
// Copyright (c) 2013 Kyle Fang. All rights reserved.
|
|
//
|
|
|
|
#import <SenTestingKit/SenTestingKit.h>
|
|
|
|
@interface ZGPullDragTableViewTests : SenTestCase
|
|
|
|
@end
|