Sign in
iOS Team
/
CNLiveCommuntyModule
·
Commits
GitLab
Back to group
Project
Activity
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code ยป
Commit
48b41c45a90e755ad45013a6acb4d00ee529d91e
Authored by
liushiyu
2022-10-24 11:53:02 +0800
1 parent
e937fbc1
0.3.0
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
CNLiveCommuntyModule.podspec
CNLiveCommuntyModule/Classes/ViewController/CNLiveCommuntServiceViewController.m
CNLiveCommuntyModule.podspec
View file @
48b41c4
...
...
@@ -8,7 +8,7 @@
8
8
9
9
Pod::Spec.new do |s|
10
10
s.name = 'CNLiveCommuntyModule'
11
- s.version = '0.
2.9
'
11
+ s.version = '0.
3.0
'
12
12
s.summary = 'A short description of CNLiveCommuntyModule.'
13
13
14
14
# This description is used to generate tags and improve search results.
...
...
CNLiveCommuntyModule/Classes/ViewController/CNLiveCommuntServiceViewController.m
View file @
48b41c4
...
...
@@ -42,7 +42,7 @@
42
42
}
43
43
return self;
44
44
}
45
-- (void)d
ealloc
45
+- (void)d
sD
ealloc
46
46
{
47
47
@try {
48
48
if (self.childViewControllers.count > 0) {
...
...