Skip to content

Commit f773ffd

Browse files
soffeslukeredpath
authored andcommitted
Updated comments
1 parent 52e7901 commit f773ffd

12 files changed

+49
-8
lines changed

Classes/LROAuth2AccessToken.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//
22
// LROAuth2AccessToken.h
3-
// Firelight
3+
// LROAuth2Client
44
//
55
// Created by Luke Redpath on 14/05/2010.
66
// Copyright 2010 LJR Software Limited. All rights reserved.

Classes/LROAuth2AccessToken.m

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//
22
// LROAuth2AccessToken.m
3-
// Firelight
3+
// LROAuth2Client
44
//
55
// Created by Luke Redpath on 14/05/2010.
66
// Copyright 2010 LJR Software Limited. All rights reserved.

Classes/LROAuth2Client.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//
22
// LROAuth2Client.h
3-
// Firelight
3+
// LROAuth2Client
44
//
55
// Created by Luke Redpath on 14/05/2010.
66
// Copyright 2010 LJR Software Limited. All rights reserved.

Classes/LROAuth2Client.m

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//
22
// LROAuth2Client.m
3-
// Firelight
3+
// LROAuth2Client
44
//
55
// Created by Luke Redpath on 14/05/2010.
66
// Copyright 2010 LJR Software Limited. All rights reserved.

Classes/LROAuth2ClientDelegate.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//
22
// LROAuth2ClientDelegate.h
3-
// Firelight
3+
// LROAuth2Client
44
//
55
// Created by Luke Redpath on 14/05/2010.
66
// Copyright 2010 LJR Software Limited. All rights reserved.

LROAuth2Client_Prefix.pch

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
//
2-
// Prefix header for all source files of the 'CocoaTouchStaticLibrary' target in the 'CocoaTouchStaticLibrary' project.
2+
// LROAuth2Client_Prefix.pch
3+
// LROAuth2Client
4+
//
5+
// Created by Luke Redpath on 14/05/2010.
6+
// Copyright 2010 LJR Software Limited. All rights reserved.
37
//
48

59
#ifdef __OBJC__

NSDictionary+QueryString.h

+10
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,14 @@
1+
//
2+
// NSDictionary+QueryString.h
3+
// LROAuth2Client
4+
//
5+
// Created by Luke Redpath on 14/05/2010.
6+
// Copyright 2010 LJR Software Limited. All rights reserved.
7+
//
8+
19
@interface NSDictionary (QueryString)
10+
211
+ (NSDictionary *)dictionaryWithFormEncodedString:(NSString *)encodedString;
312
- (NSString *)stringWithFormEncodedComponents;
13+
414
@end

NSDictionary+QueryString.m

+9
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
//
2+
// NSDictionary+QueryString.h
3+
// LROAuth2Client
4+
//
5+
// Created by Luke Redpath on 14/05/2010.
6+
// Copyright 2010 LJR Software Limited. All rights reserved.
7+
//
8+
9+
#import "NSDictionary+QueryString.h"
110
#import "NSString+QueryString.h"
211

312
@implementation NSDictionary (QueryString)

NSString+QueryString.h

+10
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,14 @@
1+
//
2+
// NSString+QueryString.h
3+
// LROAuth2Client
4+
//
5+
// Created by Luke Redpath on 14/05/2010.
6+
// Copyright 2010 LJR Software Limited. All rights reserved.
7+
//
8+
19
@interface NSString (QueryString)
10+
211
- (NSString*)stringByEscapingForURLQuery;
312
- (NSString*)stringByUnescapingFromURLQuery;
13+
414
@end

NSString+QueryString.m

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
//
2+
// NSString+QueryString.m
3+
// LROAuth2Client
4+
//
5+
// Created by Luke Redpath on 14/05/2010.
6+
// Copyright 2010 LJR Software Limited. All rights reserved.
7+
//
8+
19
#import "NSString+QueryString.h"
210

311
@implementation NSString (QueryString)

NSURL+QueryInspector.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//
22
// NSURL+QueryInspector.h
3-
// Firelight
3+
// LROAuth2Client
44
//
55
// Created by Luke Redpath on 14/05/2010.
66
// Copyright 2010 LJR Software Limited. All rights reserved.

NSURL+QueryInspector.m

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//
22
// NSURL+QueryInspector.m
3-
// Firelight
3+
// LROAuth2Client
44
//
55
// Created by Luke Redpath on 14/05/2010.
66
// Copyright 2010 LJR Software Limited. All rights reserved.

0 commit comments

Comments
 (0)