UniPRT SDK v1.0.0.0
 
載入中...
搜尋中...
無符合項目
ABarWidths.h
1//
2// ABarWidths.h
3// sdk_json_Objective-C
4//
5// Created by Realbuber on 2024/5/7.
6//
7
8#ifndef ABarWidths_h
9#define ABarWidths_h
10
11#import <Foundation/Foundation.h>
12#import <UniPRT/IBarWidths.h>
13
14
31@interface ABarWidths : NSObject <IBarWidths>
32
33- (instancetype)init NS_UNAVAILABLE;
34- (instancetype)initWithNarrowBar:(float)narrowBar wideBar:(float)wideBar NS_DESIGNATED_INITIALIZER;
35
36@end
37
38#endif /* ABarWidths_h */
ABarWidths的基類。
Definition ABarWidths.h:31
instancetype NS_UNAVAILABLE()
設置窄條和寬條的寬度。
Definition IBarWidths.h:39