2008-02-18 00:11:38 +00:00
|
|
|
//
|
|
|
|
// FontSizetoLineHeightTransformer.h
|
|
|
|
// Cog
|
|
|
|
//
|
|
|
|
// Created by Matthew Grinshpun on 18/02/08.
|
|
|
|
// Copyright 2008 __MyCompanyName__. All rights reserved.
|
|
|
|
//
|
|
|
|
|
|
|
|
#import <Cocoa/Cocoa.h>
|
|
|
|
|
2022-02-07 05:49:27 +00:00
|
|
|
@interface FontSizetoLineHeightTransformer : NSValueTransformer {
|
|
|
|
}
|
2008-02-18 00:11:38 +00:00
|
|
|
|
|
|
|
@end
|