summaryrefslogtreecommitdiffstats
path: root/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/oc/sp_after_angle.m
blob: 259d2011543ade7c4fad5a5485e88048f077ba8b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
#import <Foundation/Foundation.h>

@interface TestClass2 : TestClassNavigationViewController{
    BOOL foo;
}

@implementation TestClass2

@end

@interface TestClass : TestClassNavigationViewController<UIWebViewDelegate, UIActionSheetDelegate>{
    NSURL *webpageUrl;
    UIWebView *webView;
    BOOL toolbarVisible;
    BOOL loading;
    NSString *endPrefix;
}

@implementation TestClass

@end