<div dir="ltr">On 30 October 2017 at 19:49, Adam Kemp <span dir="ltr">&lt;<a href="mailto:adam_kemp@apple.com" target="_blank">adam_kemp@apple.com</a>&gt;</span> wrote:<br><div class="gmail_extra"><div class="gmail_quote"><div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-style:solid;border-left-color:rgb(204,204,204);padding-left:1ex"><div style="word-wrap:break-word;line-break:after-white-space"><div><div>How do you know there’s not an extension in this file without looking? If you don’t know then you have to check. That puts it in the same bucket as internal or public. The set of files you have to search through for usages is the same.</div><br></div></div></blockquote><div><br></div><div>I&#39;d just search for &quot;extension SomeClass&quot;, Xcode search result window will list all files that have it.</div><div>or I will list all the users of &quot;foo&quot; if that&#39;s the one I am changing.</div><div><br></div><div>the good guideline from Obj-C was (and still is) using &quot;SomeClass+ExtensionName&quot; file naming convention that also helps.</div><div><br></div><div>Mike<br></div><div><br></div></div></div></div>