Skip to content

Commit

Permalink
mark
Browse files Browse the repository at this point in the history
  • Loading branch information
王崇磊 authored and 王崇磊 committed Jul 11, 2017
1 parent 849bfb3 commit 772a551
Show file tree
Hide file tree
Showing 10 changed files with 78 additions and 78 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,28 +23,28 @@
@implementation ___FILEBASENAMEASIDENTIFIER___


#pragma Public Methods
#pragma mark Public Methods


#pragma Override Methods
#pragma mark Override Methods


#pragma Initial Methods
#pragma mark Initial Methods


#pragma Setter Getter Methods
#pragma mark Setter Getter Methods


#pragma Privater Methods
#pragma mark Privater Methods


#pragma KVO Methods
#pragma mark KVO Methods


#pragma Notification Methods
#pragma mark Notification Methods


#pragma Target Methods
#pragma mark Target Methods


@end
Original file line number Diff line number Diff line change
Expand Up @@ -23,28 +23,28 @@
@implementation ___FILEBASENAMEASIDENTIFIER___


#pragma Public Methods
#pragma mark Public Methods


#pragma Override
#pragma mark Override


#pragma Initial Methods
#pragma mark Initial Methods


#pragma Setter Getter Methods
#pragma mark Setter Getter Methods


#pragma Privater Methods
#pragma mark Privater Methods


#pragma KVO Methods
#pragma mark KVO Methods


#pragma Notification Methods
#pragma mark Notification Methods


#pragma Target Methods
#pragma mark Target Methods


@end
Original file line number Diff line number Diff line change
Expand Up @@ -26,22 +26,22 @@ - (void)awakeFromNib {
}


#pragma Initial Methods
#pragma mark Initial Methods


#pragma Setter Getter Methods
#pragma mark Setter Getter Methods


#pragma Privater Methods
#pragma mark Privater Methods


#pragma KVO Methods
#pragma mark KVO Methods


#pragma Notification Methods
#pragma mark Notification Methods


#pragma Target Methods
#pragma mark Target Methods


@end
Original file line number Diff line number Diff line change
Expand Up @@ -24,28 +24,28 @@
@implementation ___FILEBASENAMEASIDENTIFIER___


#pragma Public Methods
#pragma mark Public Methods


#pragma Override
#pragma mark Override


#pragma Initial Methods
#pragma mark Initial Methods


#pragma Setter Getter Methods
#pragma mark Setter Getter Methods


#pragma Privater Methods
#pragma mark Privater Methods


#pragma KVO Methods
#pragma mark KVO Methods


#pragma Notification Methods
#pragma mark Notification Methods


#pragma Target Methods
#pragma mark Target Methods


@end
Original file line number Diff line number Diff line change
Expand Up @@ -23,31 +23,31 @@
@implementation ___FILEBASENAMEASIDENTIFIER___


#pragma Public Methods
#pragma mark Public Methods


#pragma Override
#pragma mark Override
- (void)awakeFromNib {
[super awakeFromNib];
// Initialization code
}

#pragma Initial Methods
#pragma mark Initial Methods


#pragma Setter Getter Methods
#pragma mark Setter Getter Methods


#pragma Privater Methods
#pragma mark Privater Methods


#pragma KVO Methods
#pragma mark KVO Methods


#pragma Notification Methods
#pragma mark Notification Methods


#pragma Target Methods
#pragma mark Target Methods


@end
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@

@implementation ___FILEBASENAMEASIDENTIFIER___

#pragma Public Methods
#pragma mark Public Methods


#pragma Override Methods
#pragma mark Override Methods
- (void)awakeFromNib {
[super awakeFromNib];
// Initialization code
Expand All @@ -37,22 +37,22 @@ - (void)setSelected:(BOOL)selected animated:(BOOL)animated {
// Configure the view for the selected state
}

#pragma Initial Methods
#pragma mark Initial Methods


#pragma Setter Getter Methods
#pragma mark Setter Getter Methods


#pragma Privater Methods
#pragma mark Privater Methods


#pragma KVO Methods
#pragma mark KVO Methods


#pragma Notification Methods
#pragma mark Notification Methods


#pragma Target Methods
#pragma mark Target Methods


@end
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@
@implementation ___FILEBASENAMEASIDENTIFIER___


#pragma Public Methods
#pragma mark Public Methods


#pragma Override Methods
#pragma mark Override Methods
- (void)awakeFromNib {
[super awakeFromNib];
// Initialization code
Expand All @@ -39,22 +39,22 @@ - (void)setSelected:(BOOL)selected animated:(BOOL)animated {
// Configure the view for the selected state
}

#pragma Initial Methods
#pragma mark Initial Methods


#pragma Setter Getter Methods
#pragma mark Setter Getter Methods


#pragma Privater Methods
#pragma mark Privater Methods


#pragma KVO Methods
#pragma mark KVO Methods


#pragma Notification Methods
#pragma mark Notification Methods


#pragma Target Methods
#pragma mark Target Methods


@end
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ @interface ___FILEBASENAMEASIDENTIFIER___ ()

@implementation ___FILEBASENAMEASIDENTIFIER___

#pragma Public Methods
#pragma mark Public Methods


#pragma Override Methods
#pragma mark Override Methods
- (void)viewDidLoad {
[super viewDidLoad];
// Do any additional setup after loading the view.
Expand All @@ -50,22 +50,22 @@ - (void)prepareForSegue:(UIStoryboardSegue *)segue sender:(id)sender {
}
*/

#pragma Initial Methods
#pragma mark Initial Methods


#pragma Setter Getter Methods
#pragma mark Setter Getter Methods


#pragma Privater Methods
#pragma mark Privater Methods


#pragma KVO Methods
#pragma mark KVO Methods


#pragma Notification Methods
#pragma mark Notification Methods


#pragma Target Methods
#pragma mark Target Methods



Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ @interface ___FILEBASENAMEASIDENTIFIER___ ()

@implementation ___FILEBASENAMEASIDENTIFIER___

#pragma Public Methods
#pragma mark Public Methods


#pragma Override Methods
#pragma mark Override Methods
- (void)viewDidLoad {
[super viewDidLoad];
// Do any additional setup after loading the view from its nib.
Expand All @@ -50,22 +50,22 @@ - (void)prepareForSegue:(UIStoryboardSegue *)segue sender:(id)sender {
}
*/

#pragma Initial Methods
#pragma mark Initial Methods


#pragma Setter Getter Methods
#pragma mark Setter Getter Methods


#pragma Privater Methods
#pragma mark Privater Methods


#pragma KVO Methods
#pragma mark KVO Methods


#pragma Notification Methods
#pragma mark Notification Methods


#pragma Target Methods
#pragma mark Target Methods



Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@
@implementation ___FILEBASENAMEASIDENTIFIER___


#pragma Public Methods
#pragma mark Public Methods


#pragma Override Methods
#pragma mark Override Methods
/*
// Only override drawRect: if you perform custom drawing.
// An empty implementation adversely affects performance during animation.
Expand All @@ -35,22 +35,22 @@ - (void)drawRect:(CGRect)rect {
}
*/

#pragma Initial Methods
#pragma mark Initial Methods


#pragma Setter Getter Methods
#pragma mark Setter Getter Methods


#pragma Privater Methods
#pragma mark Privater Methods


#pragma KVO Methods
#pragma mark KVO Methods


#pragma Notification Methods
#pragma mark Notification Methods


#pragma Target Methods
#pragma mark Target Methods


@end

0 comments on commit 772a551

Please sign in to comment.