Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created June 2, 2019 03:26
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 ryantm/b668fa0a11c5f1cb47070b3a05f91b63 to your computer and use it in GitHub Desktop.
Save ryantm/b668fa0a11c5f1cb47070b3a05f91b63 to your computer and use it in GitHub Desktop.
/nix/store/59dh8inpj7s2pfn2fb5pzj7blimljqj2-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