public
Description: Simple Meditation Timer with MP4-Export Capabilities
Homepage: http://wcrawford.wordpress.com/2006/11/09/meditation-timer-12/
Clone URL: git://github.com/whenders0n/meditation-timer.git
meditation-timer / SessionExporter.h
100644 18 lines (14 sloc) 0.29 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
//
// SessionExporter.h
// Meditation Timer
//
// Created by William Henderson on 2/24/06.
// Free for any kind of peaceful use.
//
 
#import <Cocoa/Cocoa.h>
#import <QTKit/QTKit.h>
#import <QuickTime/QuickTime.h>
 
@interface SessionExporter : NSObject {
}
- (BOOL)exportSession;
 
@end