summaryrefslogtreecommitdiffstats
path: root/debian/uncrustify-trinity/uncrustify-trinity-0.74.0/tests/input/oc/Issue_681.oc
blob: fb4c6685855ac2429ca2c6eeb155f869c53745a7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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