akuraru/Wara

View on GitHub
coredata/ObjC/_BloodPressureWrapper.h

Summary

Maintainability
Test Coverage
#import "HealthDataWrapper.h"

@class BloodPressure;


@interface _BloodPressureWrapper : HealthDataWrapper
@property(nonatomic, strong) NSNumber *bloodPressure;

- (BloodPressure *)entity;

- (instancetype)initWithEntity:(BloodPressure *)entity;

- (void)updateEntity:(BloodPressure *)entity;
@end