public
Description: A very handy offline time tracking iPhone app for FreshBooks, an online invoicing service.
Homepage: http://www.freshbooks.com/add-ons/iphone.php
Clone URL: git://github.com/freshbooks-addons/freshbooks-iphone-project.git
freshbooks-iphone-project / FreshbooksTimer_Prefix.pch
100755 9 lines (7 sloc) 0.191 kb
1
2
3
4
5
6
7
8
9
//
// Prefix header for all source files of the 'FreshbooksTimer' target in the 'FreshbooksTimer' project
//
 
#ifdef __OBJC__
#import <Foundation/Foundation.h>
#import <UIKit/UIKit.h>
#endif