14 lines
227 B
Objective-C
Executable File
14 lines
227 B
Objective-C
Executable File
//
|
|
// kraken.h
|
|
// Kraken OSX Framework
|
|
//
|
|
// Created by Kearwood Gilbert on 12-03-15.
|
|
// Copyright (c) 2012 Kearwood Software. All rights reserved.
|
|
//
|
|
|
|
#include <Foundation/Foundation.h>
|
|
|
|
@interface kraken : NSObject
|
|
|
|
@end
|