Skip to content

Instantly share code, notes, and snippets.

@aduuub
Created March 21, 2020 20:28
Show Gist options
  • Save aduuub/831824077d5498e31aee8cfda03d786c to your computer and use it in GitHub Desktop.
Save aduuub/831824077d5498e31aee8cfda03d786c to your computer and use it in GitHub Desktop.
e -l Swift -- import MyNotesApp
e -l Swift -- let $syncView = unsafeBitCast(0x6000031550e0, to: SyncView.self)
// Read custom properties
e -l Swift -- print($syncView.syncState)
// Call your custom functions
e -l Swift -- $syncView.showSyncCompleted()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment