comparison foosdk/sdk/foobar2000/helpers-mac/fooTimeFormatter.h @ 1:20d02a178406 default tip

*: check in everything else yay
author Paper <paper@tflc.us>
date Mon, 05 Jan 2026 02:15:46 -0500
parents
children
comparison
equal deleted inserted replaced
0:e9bb126753e7 1:20d02a178406
1 //
2 // fooTimeFormatter.h
3 // foo_abx
4 //
5 // Created by P on 06/09/2023.
6 //
7
8 #import <Foundation/Foundation.h>
9 #import "foobar2000-mac-helpers.h"
10
11 #define fooTimeFormatter FB2K_OBJC_CLASS(fooTimeFormatter)
12
13 @interface fooTimeFormatter : NSFormatter
14 @property (nonatomic) NSNumber * digits;
15 @end