AMNGlobalUtilities icon indicating copy to clipboard operation
AMNGlobalUtilities copied to clipboard

Collection of useful macros and utilities for Cocoa, iOS development

trafficstars

Real Life Global Utilities

Typically you want to install this in the YOURPROJECT-Prefix.pch file like so:

#ifdef __OBJC__
	#import <UIKit/UIKit.h>
	#import <Foundation/Foundation.h>
	#import "RLGlobalUtilities.h"
#endif