mirror of
https://github.com/Shpoike/Quakespasm.git
synced 2025-02-15 16:41:22 +00:00
16 lines
218 B
Objective-C
16 lines
218 B
Objective-C
//
|
|
// UpdateButton.h
|
|
// QuakeSpasm
|
|
//
|
|
// Created by Kristian Duske on 01.08.10.
|
|
// Copyright 2010 __MyCompanyName__. All rights reserved.
|
|
//
|
|
|
|
#import <Cocoa/Cocoa.h>
|
|
|
|
|
|
@interface UpdateButton : NSButton {
|
|
|
|
}
|
|
|
|
@end
|