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

@interface TestClass : NSObject
@end

@implementation TestClass

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

@end