Sha256: aea6aac09927c18c6d1cff9c0cf5b2ab1cd61e12421a04ce2a40641ecb5641a7
Contents?: true
Size: 349 Bytes
Versions: 2
Compression:
Stored size: 349 Bytes
Contents
#import "ViewController.h" @interface ViewController () @end @implementation ViewController - (void)viewDidLoad { [super viewDidLoad]; // Do any additional setup after loading the view, typically from a nib. } - (void)didReceiveMemoryWarning { [super didReceiveMemoryWarning]; // Dispose of any resources that can be recreated. } @end
Version data entries
2 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
findxcprojorphan-1.0.0 | features/fixtures/NoOrphans/NoOrphans/ViewController.m |
findxcprojorphan-1.0.0 | features/fixtures/Orphans/Orphans/ViewController.m |