source: trunk/Cocoa/Pester/Source/NJRUnfocusableMovieView.h@ 533

Last change on this file since 533 was 533, checked in by Nicholas Riley, 15 years ago

Restore sound selector; move most of the preview functionality (excluding validation) to QTKit as NSMovieView and QuickTime are deprecated. Hopefully this will improve stability as well.

File size: 272 bytes
RevLine 
[53]1//
2// NJRUnfocusableMovieView.h
3// Pester
4//
5// Created by Nicholas Riley on Sun Dec 15 2002.
6// Copyright (c) 2002 Nicholas Riley. All rights reserved.
7//
8
9#import <AppKit/AppKit.h>
[533]10#import <QTKit/QTKit.h>
[53]11
[533]12@interface NJRUnfocusableMovieView : QTMovieView {
[53]13
14}
15
16@end
Note: See TracBrowser for help on using the repository browser.