美文网首页
static CGSize const xxx = CGSize

static CGSize const xxx = CGSize

作者: Ame___ | 来源:发表于2021-07-01 14:21 被阅读0次
    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 = CGSize

          本文链接:https://www.haomeiwen.com/subject/vomjultx.html