Files
metasploit-gs/external/source/osx/isight/CSGImage.h
T
HD Moore 24b324ccce Swap the tarball for the extracted source tree
git-svn-id: file:///home/svn/framework3/trunk@6354 4d416f70-5f16-0410-b530-b9f4589650da
2009-03-19 20:10:27 +00:00

20 lines
320 B
Objective-C

//
// CSGImage.h
// MotionTracker
//
// Created by Tim Omernick on 3/6/05.
// Copyright 2005 Tim Omernick. All rights reserved.
//
#import <Cocoa/Cocoa.h>
@interface CSGImage : NSImage
{
NSTimeInterval sampleTime;
}
- (NSTimeInterval)sampleTime;
- (void)setSampleTime:(NSTimeInterval)newSampleTime;
@end