Declared in NSObject+GBObject.h
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

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

Declared In

NSObject+GBObject.h