Cog/Window/TimeField.h
2021-05-06 17:19:39 +02:00

17 lines
300 B
Objective-C

//
// TimeField.h
// Cog
//
// Created by Vincent Spader on 2/22/09.
// Copyright 2009 __MyCompanyName__. All rights reserved.
//
#import <Cocoa/Cocoa.h>
@interface TimeField : NSTextField
@property (nonatomic) NSTimeInterval currentTime;
@property (nonatomic) NSTimeInterval duration;
@end