Skip to content

Instantly share code, notes, and snippets.

View fatihyasar's full-sized avatar

Fatih YASAR fatihyasar

View GitHub Profile
// Taken from the commercial iOS PDF framework http://pspdfkit.com.
// Copyright (c) 2014 Peter Steinberger, PSPDFKit GmbH. All rights reserved.
// Licensed under MIT (http://opensource.org/licenses/MIT)
//
// You should only use this in debug builds. It doesn't use private API, but I wouldn't ship it.
#if DEBUG
#import <objc/runtime.h>
#import <objc/message.h>