blob: 25f08aef88738d5e25211b5ad09c61771a7dbf70 (
plain)
1
2
3
4
5
6
7
8
9
10
|
//
// FileSizeFormatter.h
// Liaison
//
// Created by Brian Cully on Fri May 09 2003.
// Copyright (c) 2003 Brian Cully. All rights reserved.
//
@interface FileSizeFormatter : NSNumberFormatter
@end
|