Skip to content

Commit

Permalink
expose layoutTextEditor and showKeyboard methods to allow subclasses …
Browse files Browse the repository at this point in the history
…to invoke them via super (needed by LLVM)
  • Loading branch information
ettore committed Oct 27, 2011
1 parent f27f874 commit 116eb4b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/Three20UI/Headers/TTPostController.h
Expand Up @@ -85,4 +85,8 @@

- (NSString*)titleForError:(NSError*)error;

- (void)layoutTextEditor;

- (void)showKeyboard;

@end

0 comments on commit 116eb4b

Please sign in to comment.