Skip to content

Commit

Permalink
Added some documentation to MTZWhatsNewViewController as to it's pu…
Browse files Browse the repository at this point in the history
…rpose.
  • Loading branch information
mdznr committed Jun 26, 2014
1 parent 319e31b commit 95d7e64
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Classes/MTZWhatsNewViewController/MTZWhatsNewViewController.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ typedef NS_ENUM(NSUInteger, MTZWhatsNewViewControllerStyle) {
MTZWhatsNewViewControllerStyleDarkContent,
};


/// @c MTZWhatsNewViewController is an abstract base class for "What's New" view controller classes. Included in the project is a subclass of @c MTZWhatsNewViewController, @c MTZWhatsNewGridViewController, which presents features in a list or grid layout (depending on the context). Only subclass @c MTZWhatsNewViewController if you want a custom presentation, otherwise @c MTZwhatsNewGridViewController is recommended.
@interface MTZWhatsNewViewController : UIViewController

#pragma mark - Initialization
Expand Down

0 comments on commit 95d7e64

Please sign in to comment.