//
// NSData+PECrypt.h
// CocoaFob
//
// Created by Gleb Dolgich on 09/02/2009.
// Follow me on Twitter @gbd
// Copyright (C) 2009 PixelEspresso. All rights reserved.
// Licensed under CC Attribution License 3.0
//
#import
@interface NSData (PECrypt)
- (NSString *)base32;
@end