static CGSize const xxx = CGSizeMake(x, x) 报错

struct XBSize {
    CGFloat width;
    CGFloat height;
};
typedef struct CGSize XBSize;
static XBSize const xb_bigSize = {98, 114};
static XBSize const xb_smallSize = {34, 40};

你可能感兴趣的:(static CGSize const xxx = CGSizeMake(x, x) 报错)