objc

NXLog.h
Go to the documentation of this file.
1 
8 #pragma once
9 #include <objc/objc.h>
10 #include <runtime-sys/sys.h>
11 
34 size_t NXLog(id<NXConstantStringProtocol> format, ...);
System management functions.
Defines the Objective-C runtime.
struct objc_object * id
A pointer to an instance of a class.
Definition: runtime.h:18