| 34 | |
| 35 | |
| 36 | class AccountLoginLayer : public PopupLayer |
| 37 | { |
| 38 | public: |
| 39 | LoadingCircle* _loadingcircle; |
| 40 | static AccountLoginLayer* create(); |
| 41 | |
| 42 | bool init(); |
| 43 | void onHttpRequestCompleted(ax::network::HttpClient* sender, ax::network::HttpResponse* response); |
| 44 | }; |
nothing calls this directly
no outgoing calls
no test coverage detected