revealapp / Revert

REVEal Rendering Test
revealapp.com
BSD 3-Clause "New" or "Revised" License
364 stars 28 forks source link

Replace fileprivate -> private #67

Closed nabby26 closed 4 years ago

nabby26 commented 4 years ago

Plenty of properties and methods in the project are unnecessarily declared as fileprivate. In fact, those properties and methods are not being called outside the class in the same file.

fileprivate declaration is also the style of older Swift language version.