maximveksler / AMNGlobalUtilities

Collection of useful macros and utilities for Cocoa, iOS development

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Collection of useful macros and utilities for Cocoa, iOS development

License:MIT License


Languages

Language:Objective-C 100.0%