//
// TotalTimeTransformer.h
// Cog
// Created by Christopher Snowhill on 6/15/22.
#import <Foundation/Foundation.h>
NS_ASSUME_NONNULL_BEGIN
@interface TotalTimeTransformer : NSValueTransformer
@end
NS_ASSUME_NONNULL_END