Started refactoring things so they make more sense name wise

This commit is contained in:
Andrew Stephan
2014-03-26 13:40:01 -04:00
parent d4fce7751d
commit 78dcc361ca
9 changed files with 40 additions and 43 deletions
+2 -2
View File
@@ -18,9 +18,9 @@
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
// THE SOFTWARE.
// Modified by Andrew Stephan
#import "HTTPManager.h"
#import "HttpManager.h"
@implementation HTTPManager
@implementation HttpManager
+ (instancetype)sharedClient {
static HTTPManager *_sharedClient = nil;