Skip to content

Commit

Permalink
Replaced the missing '@implementation' line.
Browse files Browse the repository at this point in the history
  • Loading branch information
AlanQuatermain committed Jan 13, 2011
1 parent 54c9e57 commit 97af5fd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Extensions/NSData+Base64.m
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@
#import "NSData+Base64.h"
#import "b64.h"

@implementation NSData (Base64)

+ (NSData *) dataFromBase64String: (NSString *) base64String
{
NSData * charData = [base64String dataUsingEncoding: NSUTF8StringEncoding];
Expand Down

0 comments on commit 97af5fd

Please sign in to comment.