summaryrefslogtreecommitdiffstats
path: root/debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/expected/oc/50607-sp_after_oc_msg_receiver.m
blob: 14eaed363002c70b12051d919973a8c773e31532 (plain)
1
2
3
4
5
6
7
8
9
10
11
#import <Foundation/Foundation.h>

@implementation TestClass

- (void)testMethod {
    NSData *jsonData = [self dataUsingEncoding:NSUTF8StringEncoding];
    id jsonParsedObj = [jsonSerializationClass JSONObjectWithData:jsonData options:0 error:&jsonError];
    NSString *ret = [[TestClass sharedInstance]testString];
}

@end