Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created June 10, 2020 05:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save r-ryantm/8ffd5bd4d7e3337b50988adf318f568e to your computer and use it in GitHub Desktop.
Save r-ryantm/8ffd5bd4d7e3337b50988adf318f568e to your computer and use it in GitHub Desktop.
/nix/store/f4x68q8p0cjwggl9j4qzfvq7j0znf6q1-libobjc2-2.0
├── include
│   ├── Block.h
│   ├── Block_private.h
│   └── objc
│   ├── Availability.h
│   ├── blocks_private.h
│   ├── blocks_runtime.h
│   ├── capabilities.h
│   ├── developer.h
│   ├── encoding.h
│   ├── hooks.h
│   ├── message.h
│   ├── objc-api.h
│   ├── objc-arc.h
│   ├── objc-auto.h
│   ├── objc-class.h
│   ├── objc.h
│   ├── objc-runtime.h
│   ├── objc-visibility.h
│   ├── Object.h
│   ├── Protocol.h
│   ├── runtime-deprecated.h
│   ├── runtime.h
│   └── slot.h
└── lib
├── libobjc.so -> libobjc.so.4.6
└── libobjc.so.4.6
3 directories, 24 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment