mirror of
https://github.com/TermiT/Flycut.git
synced 2025-02-22 23:13:34 +08:00
16 lines
302 B
Objective-C
16 lines
302 B
Objective-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
|