summaryrefslogtreecommitdiffstats
path: root/debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/input/oc/cast.m
blob: daa9cb6d3203f81aeca9ee13390b8b2eee48d232 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#import <Foundation/Foundation.h>

@interface TestClass : NSObject
@end

@implementation TestClass

- (void) foo
{
    previewViewController.previewControllerDelegate = (id<TestClassDelegate>)[TestClass sharedInstance];
}

@end