diff options
Diffstat (limited to 'Source/TableContent.h')
-rw-r--r-- | Source/TableContent.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Source/TableContent.h b/Source/TableContent.h index 1c294144..80305fca 100644 --- a/Source/TableContent.h +++ b/Source/TableContent.h @@ -108,6 +108,9 @@ //getter methods - (NSArray *)currentResult; +- (NSArray *)currentDataResult; + +- (NSString *) base64EncodingOfData:(NSData*)data withLineLength:(unsigned int)lineLength; //additional methods - (void)setConnection:(CMMCPConnection *)theConnection; |