@interface _UIKeyShortcutHUDShortcutCellMetrics : NSObject @property (readonly, nonatomic) double cellWidth; @property (readonly, nonatomic) double modifiersWidth; @property (readonly, nonatomic) double inputWidth; + (id)metricsWithCellWidth:(double)a0 modifiersWidth:(double)a1 inputWidth:(double)a2; @end