akuraru/Wara

View on GitHub
coredata/ObjC/HealthDataWrapper.m

Summary

Maintainability
Test Coverage
#import "HealthDataWrapper.h"


@interface HealthDataWrapper ()

// Private interface goes here.

@end


@implementation HealthDataWrapper

// Custom logic goes here.

@end