Skip to content

Commit

Permalink
Updated comments
Browse files Browse the repository at this point in the history
  • Loading branch information
soffes authored and lukeredpath committed Jul 7, 2010
1 parent 52e7901 commit f773ffd
Show file tree
Hide file tree
Showing 12 changed files with 49 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Classes/LROAuth2AccessToken.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//
// LROAuth2AccessToken.h
// Firelight
// LROAuth2Client
//
// Created by Luke Redpath on 14/05/2010.
// Copyright 2010 LJR Software Limited. All rights reserved.
Expand Down
2 changes: 1 addition & 1 deletion Classes/LROAuth2AccessToken.m
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//
// LROAuth2AccessToken.m
// Firelight
// LROAuth2Client
//
// Created by Luke Redpath on 14/05/2010.
// Copyright 2010 LJR Software Limited. All rights reserved.
Expand Down
2 changes: 1 addition & 1 deletion Classes/LROAuth2Client.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//
// LROAuth2Client.h
// Firelight
// LROAuth2Client
//
// Created by Luke Redpath on 14/05/2010.
// Copyright 2010 LJR Software Limited. All rights reserved.
Expand Down
2 changes: 1 addition & 1 deletion Classes/LROAuth2Client.m
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//
// LROAuth2Client.m
// Firelight
// LROAuth2Client
//
// Created by Luke Redpath on 14/05/2010.
// Copyright 2010 LJR Software Limited. All rights reserved.
Expand Down
2 changes: 1 addition & 1 deletion Classes/LROAuth2ClientDelegate.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//
// LROAuth2ClientDelegate.h
// Firelight
// LROAuth2Client
//
// Created by Luke Redpath on 14/05/2010.
// Copyright 2010 LJR Software Limited. All rights reserved.
Expand Down
6 changes: 5 additions & 1 deletion LROAuth2Client_Prefix.pch
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
//
// Prefix header for all source files of the 'CocoaTouchStaticLibrary' target in the 'CocoaTouchStaticLibrary' project.
// LROAuth2Client_Prefix.pch
// LROAuth2Client
//
// Created by Luke Redpath on 14/05/2010.
// Copyright 2010 LJR Software Limited. All rights reserved.
//

#ifdef __OBJC__
Expand Down
10 changes: 10 additions & 0 deletions NSDictionary+QueryString.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,14 @@
//
// NSDictionary+QueryString.h
// LROAuth2Client
//
// Created by Luke Redpath on 14/05/2010.
// Copyright 2010 LJR Software Limited. All rights reserved.
//

@interface NSDictionary (QueryString)

+ (NSDictionary *)dictionaryWithFormEncodedString:(NSString *)encodedString;
- (NSString *)stringWithFormEncodedComponents;

@end
9 changes: 9 additions & 0 deletions NSDictionary+QueryString.m
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
//
// NSDictionary+QueryString.h
// LROAuth2Client
//
// Created by Luke Redpath on 14/05/2010.
// Copyright 2010 LJR Software Limited. All rights reserved.
//

#import "NSDictionary+QueryString.h"
#import "NSString+QueryString.h"

@implementation NSDictionary (QueryString)
Expand Down
10 changes: 10 additions & 0 deletions NSString+QueryString.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,14 @@
//
// NSString+QueryString.h
// LROAuth2Client
//
// Created by Luke Redpath on 14/05/2010.
// Copyright 2010 LJR Software Limited. All rights reserved.
//

@interface NSString (QueryString)

- (NSString*)stringByEscapingForURLQuery;
- (NSString*)stringByUnescapingFromURLQuery;

@end
8 changes: 8 additions & 0 deletions NSString+QueryString.m
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
//
// NSString+QueryString.m
// LROAuth2Client
//
// Created by Luke Redpath on 14/05/2010.
// Copyright 2010 LJR Software Limited. All rights reserved.
//

#import "NSString+QueryString.h"

@implementation NSString (QueryString)
Expand Down
2 changes: 1 addition & 1 deletion NSURL+QueryInspector.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//
// NSURL+QueryInspector.h
// Firelight
// LROAuth2Client
//
// Created by Luke Redpath on 14/05/2010.
// Copyright 2010 LJR Software Limited. All rights reserved.
Expand Down
2 changes: 1 addition & 1 deletion NSURL+QueryInspector.m
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//
// NSURL+QueryInspector.m
// Firelight
// LROAuth2Client
//
// Created by Luke Redpath on 14/05/2010.
// Copyright 2010 LJR Software Limited. All rights reserved.
Expand Down

0 comments on commit f773ffd

Please sign in to comment.