Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
763 changes: 763 additions & 0 deletions Examples/MJRefreshExample/MJRefreshExample.xcodeproj/project.pbxproj

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
// Copyright © 2015年 小码哥. All rights reserved.
//

#import "MJRefreshAutoGifFooter.h"
@import MJRefresh;

@interface MJChiBaoZiFooter : MJRefreshAutoGifFooter

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
// Copyright © 2015年 小码哥. All rights reserved.
//

#import "MJRefreshBackGifFooter.h"
@import MJRefresh;

@interface MJChiBaoZiFooter2 : MJRefreshBackGifFooter

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
// Copyright © 2015年 小码哥. All rights reserved.
// 吃包子效果的头部控件

#import "MJRefreshGifHeader.h"
@import MJRefresh;

@interface MJChiBaoZiHeader : MJRefreshGifHeader

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
// Copyright © 2015年 小码哥. All rights reserved.
//

#import "MJRefreshAutoFooter.h"
@import MJRefresh;

@interface MJDIYAutoFooter : MJRefreshAutoFooter

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
// Copyright © 2015年 小码哥. All rights reserved.
//

#import "MJRefreshBackFooter.h"
@import MJRefresh;

@interface MJDIYBackFooter : MJRefreshBackFooter

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
// Copyright © 2015年 小码哥. All rights reserved.
//

#import "MJRefresh.h"
@import MJRefresh;

@interface MJDIYHeader : MJRefreshHeader

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,11 @@
#import "MJCollectionViewController.h"
#import "MJExample.h"
#import "UIViewController+Example.h"
#import "MJRefresh.h"
#import "MJHorizontalCollectionViewController.h"
#import "MJRefreshExample-Swift.h"

@import MJRefresh;

static NSString *const MJExample00 = @"UITableView + 下拉刷新";
static NSString *const MJExample10 = @"UITableView + 上拉刷新";
static NSString *const MJExample20 = @"UICollectionView";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

#import "MJSingleViewController.h"
#import "MJTestViewController.h"
#import "MJRefresh.h"
@import MJRefresh;

@interface MJSingleViewController ()
@property (assign, nonatomic) int count;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
#import "MJCollectionViewController.h"
#import "MJTestViewController.h"
#import "UIViewController+Example.h"
#import "MJRefresh.h"

@import MJRefresh;

static const CGFloat MJDuration = 2.0;
/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
#import "MJHorizontalCollectionViewController.h"
#import "MJTestViewController.h"
#import "UIViewController+Example.h"
#import "MJRefresh.h"
@import MJRefresh;

/**
* 随机色
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,9 @@
//

#import "MJTableViewController.h"
#import "UIView+MJExtension.h"
#import "MJTestViewController.h"
#import "UIViewController+Example.h"
#import "MJRefresh.h"
@import MJRefresh;

// 自定义的header
#import "MJChiBaoZiHeader.h"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,10 @@

#import "MJWebViewViewController.h"
#import "UIViewController+Example.h"
#import "MJRefresh.h"
#import "MJChiBaoZiHeader.h"

@import MJRefresh;

@interface MJWebViewViewController () <UIWebViewDelegate>
@property (weak, nonatomic) IBOutlet UIWebView *webView;
@end
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,4 @@
// Use this file to import your target's public headers that you would like to expose to Swift.
//

#import "MJRefresh.h"
#import "MJChiBaoZiHeader.h"
File renamed without changes.
Loading