PPEtcHosts icon indicating copy to clipboard operation
PPEtcHosts copied to clipboard

环境问题

Open louis-cai opened this issue 10 years ago • 0 comments

import "NSEtcHosts.h"

ifdef DEBUG

[NSEtcHosts addHost:@"www.github.com" ipAddress:@"210.38.111.228"];

endif

在此处已经做了DEBUG判断,实现里面是否可以不用做了,这样选择权就交给了使用者。

louis-cai avatar Jul 11 '15 01:07 louis-cai