Files
ZipArchive/Example/ViewController.h
T
2015-07-12 12:30:14 +01:00

17 lines
271 B
Objective-C

//
// ViewController.h
// Example
//
// Created by Douglas Bumby on 2015-07-11.
// Copyright (c) 2015 Cosmic Labs. All rights reserved.
//
#import <UIKit/UIKit.h>
#import <ZipArchive/Main.h>
@interface ViewController : UIViewController <ZipArchiveDelegate>
@end