Commit d47606c84f5af0f16a7b5db0906fea86b2994d72

Authored by 朱林
1 parent 9721fda8

no message

CNLiveUserSystemDemo.xcodeproj/project.xcworkspace/xcuserdata/iOS.xcuserdatad/UserInterfaceState.xcuserstate
No preview for this file type
CNLiveUserSystemDemo/CNLiveUserSystemSDK/CNLiveUserManager.m
... ... @@ -71,12 +71,10 @@
71 71 - (void)applicationBecomeActive
72 72 {
73 73 [self startUserStat];
74   - NSLog(@"………………………………………………进入前台");
75 74 }
76 75  
77 76 - (void)applicationEnterBackground
78 77 {
79 78 [self endUserStat];
80   - NSLog(@"………………………………………………进入后台");
81 79 }
82 80 @end
... ...