Skip to content

Instantly share code, notes, and snippets.

View 0xstragner's full-sized avatar
👾

Adam Stragner 0xstragner

👾
View GitHub Profile
@0xstragner
0xstragner / Object.h
Created November 14, 2017 14:55 — forked from CodaFi/Object.h
The headers of the oldest version of the Objective-C runtime I could still find. Extracted from an old NeXT image.
#ident "@(#) Object.h, Rev 2.10, 96/08/02"
//
// Copyright (c) 1995-1996, Sun Microsystems, Inc.
// portions (c) Copyright 1988, 1989 NeXT, Inc.
// All rights reserved.
#ifndef _OBJC_OBJECT_H_
#define _OBJC_OBJECT_H_
#import <objc/objc.h>