15 lines
260 B
C
15 lines
260 B
C
|
//
|
||
|
// FontSizetoLineHeightTransformer.h
|
||
|
// Cog
|
||
|
//
|
||
|
// Created by Matthew Grinshpun on 18/02/08.
|
||
|
// Copyright 2008 __MyCompanyName__. All rights reserved.
|
||
|
//
|
||
|
|
||
|
#import <Cocoa/Cocoa.h>
|
||
|
|
||
|
|
||
|
@interface FontSizetoLineHeightTransformer : NSValueTransformer {}
|
||
|
|
||
|
@end
|