mirror of
https://github.com/moparisthebest/mailiverse
synced 2024-11-06 01:15:03 -05:00
14 lines
230 B
Objective-C
14 lines
230 B
Objective-C
//
|
|
// Botan_IPhone.h
|
|
// Botan.IPhone
|
|
//
|
|
// Created by Timothy Prepscius on 7/27/12.
|
|
// Copyright (c) 2012 __MyCompanyName__. All rights reserved.
|
|
//
|
|
|
|
#import <Foundation/Foundation.h>
|
|
|
|
@interface Botan_IPhone : NSObject
|
|
|
|
@end
|