ãã§ãã¯1. ãªãã§ãããã§ããããã¼ãã¡ã¤ã«ã§importãã¦ãã¾ãããï¼ ä¾ãã°ããããªã³ã¼ããæ¸ãã¦ãã¾ãããï¼ #import "OtherLibrary1.h" #import "OtherLibrary2.h" @interface Library @property (strong) OtherLibrary1* otherLibrary1; @property (strong) OtherLibrary2* otherLibrary2; @property (assign) BOOL flag; @end Libraryã¨ããã¯ã©ã¹ãä½ããããã§OtherLibrary1ã¨OtherLibrary2ãpublicãªpropertyã¨ããå ´åãå½ç¶ã®ãã¨ãOtherLibrary1ã¨OtherLibrary2ã®importãå¿ è¦ãªããã§ããããªã«ãèããã«ãããã¼ãã¡ã¤ã«ã§O
{{#tags}}- {{label}}
{{/tags}}