CCat

Results 1 issues of CCat

property cannot have array or function type 'BOOL (())' (aka 'bool ()') static inline CGPoint CGRectGetCenter(CGRect rect) { return CGPointMake(CGRectGetMidX(rect), CGRectGetMidY(rect)); } static declaration of 'CGRectGetCenter' follows non-static declaration 你好,我工程里报错,请问是什么原因?