akuraru/Wara

View on GitHub
coredata/ObjC/CurrentPersonWrapper.m

Summary

Maintainability
Test Coverage
#import "CurrentPersonWrapper.h"


@interface CurrentPersonWrapper ()

// Private interface goes here.

@end


@implementation CurrentPersonWrapper

// Custom logic goes here.

@end