mirror of
https://github.com/YTLitePlus/YTLitePlus.git
synced 2026-03-22 10:58:39 +00:00
6 lines
197 B
C
6 lines
197 B
C
typedef struct CAMShutterButtonSpec {
|
|
CGFloat outerRingDiameter;
|
|
CGFloat outerRingStrokeWidth;
|
|
CGFloat stopSquareSideLength;
|
|
CGFloat stopSquareCornerRadius;
|
|
} CAMShutterButtonSpec;
|