File tree Expand file tree Collapse file tree 5 files changed +15
-10
lines changed
{{cookiecutter.app_name}} Expand file tree Collapse file tree 5 files changed +15
-10
lines changed Original file line number Diff line number Diff line change 1
1
//
2
2
// FeatureReducer.swift
3
+ // Common
3
4
//
4
- //
5
- // Created by Md. Arman Morshed on 6/12/23 .
5
+ // Created by {{ cookiecutter.creator }} on {% now 'utc', '%d/%m/%Y' %}.
6
+ // Copyright © {% now 'utc', '%Y' %} {{cookiecutter.company_name}}. All rights reserved .
6
7
//
7
8
8
9
import ComposableArchitecture
Original file line number Diff line number Diff line change 1
1
//
2
2
// AppFeature.swift
3
+ // Features
3
4
//
4
- //
5
- // Created by Md. Arman Morshed on 6/12/23 .
5
+ // Created by {{ cookiecutter.creator }} on {% now 'utc', '%d/%m/%Y' %}.
6
+ // Copyright © {% now 'utc', '%Y' %} {{cookiecutter.company_name}}. All rights reserved .
6
7
//
7
8
8
9
import Common
Original file line number Diff line number Diff line change 1
1
//
2
2
// AppView.swift
3
+ // Features
3
4
//
4
- //
5
- // Created by Md. Arman Morshed on 6/12/23 .
5
+ // Created by {{ cookiecutter.creator }} on {% now 'utc', '%d/%m/%Y' %}.
6
+ // Copyright © {% now 'utc', '%Y' %} {{cookiecutter.company_name}}. All rights reserved .
6
7
//
7
8
8
9
import Common
Original file line number Diff line number Diff line change 1
1
//
2
2
// CounterFeature.swift
3
+ // Features
3
4
//
4
- //
5
- // Created by Md. Arman Morshed on 6/12/23 .
5
+ // Created by {{ cookiecutter.creator }} on {% now 'utc', '%d/%m/%Y' %}.
6
+ // Copyright © {% now 'utc', '%Y' %} {{cookiecutter.company_name}}. All rights reserved .
6
7
//
7
8
8
9
import Foundation
Original file line number Diff line number Diff line change 1
1
//
2
2
// CounterView.swift
3
+ // Features
3
4
//
4
- //
5
- // Created by Md. Arman Morshed on 6/12/23 .
5
+ // Created by {{ cookiecutter.creator }} on {% now 'utc', '%d/%m/%Y' %}.
6
+ // Copyright © {% now 'utc', '%Y' %} {{cookiecutter.company_name}}. All rights reserved .
6
7
//
7
8
8
9
import Common
You can’t perform that action at this time.
0 commit comments