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