Default time, fade, loop count, and sample rate may now be overridden. Synchronized preferences strings tables. Spanish translation of new options pending, new releases won't be pushed until they're complete. Signed-off-by: Christopher Snowhill <kode54@gmail.com>
16 lines
264 B
Objective-C
16 lines
264 B
Objective-C
//
|
|
// TimeIntervalToStringTransformer.h
|
|
// Preferences
|
|
//
|
|
// Created by Christopher Snowhill on 7/1/22.
|
|
//
|
|
|
|
#import <Foundation/Foundation.h>
|
|
|
|
NS_ASSUME_NONNULL_BEGIN
|
|
|
|
@interface TimeIntervalToStringTransformer : NSValueTransformer
|
|
|
|
@end
|
|
|
|
NS_ASSUME_NONNULL_END
|