17 lines
235 B
C
17 lines
235 B
C
|
//
|
||
|
// 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
|