summaryrefslogtreecommitdiffstats
path: root/debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/expected/oc/50903-Issue_681.oc
blob: 1e71cdaac4d8b528429a21d5e65e7f4dce0ace03 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
int q;

@interface MyClass ()
@property (nonatomic, weak) UIView someView;
@property (nonatomic, weak) UIView anotherView;

@end

@implementation MyClass
- (void)someKindOfFunction
{
	some code;
}
- (void)anotherOfFunction
{
	some code;
}

@end