akuraru/Wara

View on GitHub
coredata/ObjC/NotSameWrapper.m

Summary

Maintainability
Test Coverage
#import "NotSameWrapper.h"


@interface NotSameWrapper ()

// Private interface goes here.

@end


@implementation NotSameWrapper

// Custom logic goes here.

@end