I have a class that has all public methods. Today I decided to delete some of the methods that I no longer need, so I started to clear my file .m.
Now I would like to generate method declarations for my methods from .min the header file. I started copying all attachments, removing the implementation and adding ;at the end, but we live in the 21st century, and there may be some tools that can do this for me.
Is there a quick way to do this in AppCode and / or Xcode? I heard something about accessorizer, but this tool is paid, and I can not test it.
[EDIT]
I found an application called Accessorizer: http://www.kevincallahan.org/software/accessorizer.html
but it paid and I can’t check if it solves my problem.
source
share