Skip to content

Commit

Permalink
change factory file reference
Browse files Browse the repository at this point in the history
  • Loading branch information
knightsj committed Apr 21, 2017
1 parent 1e0e576 commit ef3ebfc
Show file tree
Hide file tree
Showing 9 changed files with 91 additions and 87 deletions.
2 changes: 1 addition & 1 deletion SJStaticTableView.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Pod::Spec.new do |s|

s.name = "SJStaticTableView"
s.version = "1.0.2"
s.version = "1.0.3"
s.summary = "SJStaticTableView can be used to establish ViewControllers which contain static tableview such as setting page and userinfo page."
s.homepage = "https://github.com/knightsj/SJStaticTableView"
s.license = "MIT"
Expand Down
1 change: 1 addition & 0 deletions SJStaticTableViewComponent/SJStaticTableViewController.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@


#import "SJStaticTableViewHeader.h"
#import "Factory.h"//假数据

@protocol SJStaticTableViewControllerDelegate <NSObject>

Expand Down
1 change: 1 addition & 0 deletions SJStaticTableViewComponent/SJStaticTableViewController.m
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@




@implementation SJStaticTableViewController

- (void)viewDidLoad {
Expand Down
2 changes: 1 addition & 1 deletion SJStaticTableViewComponent/SJStaticTableViewDataSource.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

#import <Foundation/Foundation.h>
#import <UIKit/UIKit.h>
#import "Factory.h"


@class SJStaticTableViewCell;
@class SJStaticTableviewCellViewModel;
Expand Down
168 changes: 84 additions & 84 deletions SJStaticTableViewDemo/SJStaticTableViewDemo.xcodeproj/project.pbxproj

Large diffs are not rendered by default.

Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@


#import "SJStaticTableViewHeader.h"
#import "Factory.h"//假数据

@protocol SJStaticTableViewControllerDelegate <NSObject>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@




@implementation SJStaticTableViewController

- (void)viewDidLoad {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

#import <Foundation/Foundation.h>
#import <UIKit/UIKit.h>
#import "Factory.h"


@class SJStaticTableViewCell;
@class SJStaticTableviewCellViewModel;
Expand Down

0 comments on commit ef3ebfc

Please sign in to comment.