File tree 2 files changed +3
-2
lines changed
2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 17
17
<key >CFBundlePackageType </key >
18
18
<string >APPL </string >
19
19
<key >CFBundleShortVersionString </key >
20
- <string >3.7 </string >
20
+ <string >3.8 </string >
21
21
<key >CFBundleSignature </key >
22
22
<string >???? </string >
23
23
<key >CFBundleURLTypes </key >
36
36
</dict >
37
37
</array >
38
38
<key >CFBundleVersion </key >
39
- <string >3.7.201601141030 </string >
39
+ <string >3.8.201602231730 </string >
40
40
<key >LSApplicationQueriesSchemes </key >
41
41
<array >
42
42
<string >wechat </string >
Original file line number Diff line number Diff line change @@ -20,6 +20,7 @@ @implementation TaskResourceReferenceViewController
20
20
- (void )viewDidLoad {
21
21
[super viewDidLoad ];
22
22
// Do any additional setup after loading the view.
23
+ self.title = @" 关联资源" ;
23
24
// 添加myTableView
24
25
_myTableView = ({
25
26
UITableView *tableView = [[UITableView alloc ] initWithFrame: self .view.bounds style: UITableViewStylePlain];
You can’t perform that action at this time.
0 commit comments