ddddxxx / LyricsX

🎶 Ultimate lyrics app for macOS.
Mozilla Public License 2.0
4.62k stars 382 forks source link

struct MyView: View { #615

Open Khaled660666 opened 7 months ago

Khaled660666 commented 7 months ago

struct MyView: View { var body: some View {

if DEBUG

         let _ = Self._logChanges()
         #endif
         // … rest of view body …
     }
 }

Originally posted by @Khaled660666 in https://github.com/iCHAIT/awesome-macOS/issues/649