NStrip
NStrip copied to clipboard
Make properties getter/setter public always
Since properties getter/setter are based on compiler generated method, they will not be public with -p, so that the properties are still not usable, if getter/setter are non public.
I think they should be public even without the -cg option