mirror of
https://github.com/TermiT/Flycut.git
synced 2025-02-22 23:13:34 +08:00
17 lines
302 B
C
17 lines
302 B
C
|
//
|
||
|
// SRKeyCodeTransformer.h
|
||
|
// ShortcutRecorder
|
||
|
//
|
||
|
// Copyright 2006-2007 Contributors. All rights reserved.
|
||
|
//
|
||
|
// License: BSD
|
||
|
//
|
||
|
// Contributors:
|
||
|
// David Dauer
|
||
|
// Jesper
|
||
|
// Jamie Kirkpatrick
|
||
|
|
||
|
#import <Cocoa/Cocoa.h>
|
||
|
|
||
|
@interface SRKeyCodeTransformer : NSValueTransformer {} @end
|