akuraru/Wara

View on GitHub
coredata/ObjC/PersonWrapper.m

Summary

Maintainability
Test Coverage
#import "PersonWrapper.h"


@interface PersonWrapper ()

// Private interface goes here.

@end


@implementation PersonWrapper

// Custom logic goes here.

@end