NSObject(GBObject) Category Reference

Declared in NSObject+GBObject.h<br />NSObject+GBObject.m

Overview

Implementes common application-wide functionality.

Tasks

Other Methods

Other Methods

Properties

debugDescription

Description that can be used for debugging output.

@property (readonly) NSString *debugDescription

Discussion

Description that can be used for debugging output.

By default the value of [NSObject description] is returned, but some classes may override and provide more detailed information.

Declared In

NSObject+GBObject.h

fileManager

Returns the NSFileManager instance to use for dealing with OS.

@property (readonly) NSFileManager *fileManager

Discussion

Returns the NSFileManager instance to use for dealing with OS.

Declared In

NSObject+GBObject.h