MHNibTableViewCell
MHNibTableViewCell copied to clipboard
This code is now deprecated.
Please don't use this code anymore. It is old and not very good.
These days you should use UITableView's new registerNib:forCellReuseIdentifier:
method instead, or even easier, use storyboards with prototype cells.