标签: ios objective-c c static
我正在使用第三方库。 在.h文件中有静态常量。
static CGFloat const kJAButtonWidth = 60;
是否可以从我的文件中更改其值?