Cog/Preferences/General/UpdatesPane.h

17 lines
247 B
C
Raw Normal View History

2007-02-18 23:57:58 -03:00
//
// FileDrawerPane.h
// Preferences
//
// Created by Vincent Spader on 9/4/06.
// Copyright 2006 Vincent Spader. All rights reserved.
//
#import <Cocoa/Cocoa.h>
#import "PreferencePane.h"
@interface UpdatesPane : PreferencePane {
}
@end