Skip to content
This repository has been archived by the owner on Oct 30, 2018. It is now read-only.

Commit

Permalink
removed private prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexis Candelaria committed Sep 15, 2016
1 parent 633f940 commit 7439b47
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Source/SLKTextViewController.h
Original file line number Diff line number Diff line change
Expand Up @@ -544,7 +544,7 @@ NS_CLASS_AVAILABLE_IOS(7_0) @interface SLKTextViewController : UIViewController
/**
Caches text to disk.
*/
- (void)slk_cacheTextView;
- (void)cacheTextView;


#pragma mark - Customization
Expand Down
2 changes: 1 addition & 1 deletion Source/SLKTextViewController.m
Original file line number Diff line number Diff line change
Expand Up @@ -1812,7 +1812,7 @@ - (void)slk_reloadTextView
}
}

- (void)slk_cacheTextView
- (void)cacheTextView
{
[self slk_cacheAttributedTextToDisk:self.textView.attributedText];
}
Expand Down

0 comments on commit 7439b47

Please sign in to comment.