blob: d52a3f24cbc8c0511ef7a90bcba892e879927be7 [file] [log] [blame]
// -*- mode: ObjC -*-
// This file is part of class-dump, a utility for examining the Objective-C segment of Mach-O files.
// Copyright (C) 1997-1998, 2000-2001, 2004-2012 Steve Nygard.
#import <Foundation/Foundation.h>
@interface CDBalanceFormatter : NSObject
- (id)initWithString:(NSString *)str;
- (void)parse:(NSString *)open index:(NSUInteger)openIndex level:(NSUInteger)level;
- (NSString *)format;
@end