mirror of
https://github.com/QuasarApp/macdependency.git
synced 2025-04-27 21:04:31 +00:00
17 lines
257 B
Objective-C
17 lines
257 B
Objective-C
//
|
|
// SymbolTableEntryTypeFormatter.h
|
|
// MacDependency
|
|
//
|
|
// Created by Konrad Windszus on 18.07.09.
|
|
// Copyright 2009 Konrad Windszus. All rights reserved.
|
|
//
|
|
|
|
#import <Cocoa/Cocoa.h>
|
|
|
|
|
|
@interface SymbolTableEntryTypeFormatter : NSFormatter {
|
|
|
|
}
|
|
|
|
@end
|