6 lines
197 B
C
6 lines
197 B
C
typedef struct CAMShutterButtonSpec {
|
|
CGFloat outerRingDiameter;
|
|
CGFloat outerRingStrokeWidth;
|
|
CGFloat stopSquareSideLength;
|
|
CGFloat stopSquareCornerRadius;
|
|
} CAMShutterButtonSpec;
|