moving test delegates to their own files

This commit is contained in:
Antoine Cœur
2017-10-04 23:46:51 +08:00
parent 0634a08c75
commit f59a2d6670
7 changed files with 178 additions and 105 deletions
@@ -7,11 +7,9 @@
#import "CollectingDelegate.h"
@implementation CollectingDelegate {
}
@synthesize files = _files;
@implementation CollectingDelegate
@synthesize files = _files;
- (instancetype)init {
self = [super init];