[][src]Module fruity::objc

Objective-C library.

Structs

Class

An Objective-C class.

NSObject

The root class for most Objective-C objects.

Object

An opaque object instance.

SEL

A method selector.

id

A non-null smart pointer to any object instance, including classes.

Constants

NO

The BOOL equivalent to false.

NSIntegerMax

The maximum NSInteger value.

NSIntegerMin

The minimum NSInteger value.

NSUIntegerMax

The maximum NSUInteger value.

NSUIntegerMin

The minimum NSUInteger value.

YES

The BOOL equivalent to true.

Type Definitions

BOOL

The boolean value type.

NSInteger

Describes an integer.

NSUInteger

Describes an unsigned integer.