mirror of
https://github.com/zhigang1992/GVUserDefaults.git
synced 2026-01-12 22:47:46 +08:00
14 lines
228 B
Objective-C
14 lines
228 B
Objective-C
//
|
|
// ExampleTests.h
|
|
// ExampleTests
|
|
//
|
|
// Created by Kevin Renskers on 18-12-12.
|
|
// Copyright (c) 2012 Gangverk. All rights reserved.
|
|
//
|
|
|
|
#import <SenTestingKit/SenTestingKit.h>
|
|
|
|
@interface ExampleTests : SenTestCase
|
|
|
|
@end
|