ios - Set to public an implementation file (.m or .mm) inside framework -


the same way header file can set public in target membership when creating framework, possible same thing implementation file? know it's not normal thing do: leaving implementation file public within framework. accelerate development process lot debugging.

this set header file: enter image description here

while implementation file: enter image description here

is possible?

if you're using objective-c, methods in implementation file private default. have no other choice expose these methods in public interface in header.


Comments

Popular posts from this blog

jOOQ update returning clause with Oracle -

c# - Json.Net Serialize String from URI -

java - Warning equals/hashCode on @Data annotation lombok with inheritance -