summaryrefslogtreecommitdiff
path: root/Juick/Message.h
diff options
context:
space:
mode:
Diffstat (limited to 'Juick/Message.h')
-rw-r--r--Juick/Message.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/Juick/Message.h b/Juick/Message.h
index 4ec31e6..071d318 100644
--- a/Juick/Message.h
+++ b/Juick/Message.h
@@ -17,4 +17,7 @@
@property(nonatomic, copy) NSString *text;
-(id) initWithDictionary:(NSDictionary *)dictionary;
+
++(NSArray *) pullNextFromURL:(NSURL *)url;
+
@end