hackedteam/core-ios

View on GitHub
ios-newsstand-app/newsstand-app/NSString+Pascal.h

Summary

Maintainability
Test Coverage
//
//  NSString+Pascal.h
//  RCSMac
//
//  Created on 1/24/11.
//  Copyright 2011 HT srl. All rights reserved.
//

#import <Foundation/Foundation.h>


@interface NSString (PascalExtension)

//
// Pascalize to UTF16LE NULL-Terminated NSData with 4 bytes as size
//
- (NSData *)pascalizeToData;

@end