|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||
This report was generated with an evaluation server license. Purchase Clover or configure your license. | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||
IAssetsService | Line # 3 | 0 | 0 | - |
-1.0
|
||||||||||||||||||||||||||||||||||||||||||||||||||||
No Tests | |||
1 | package com.dreamcatcher.bicycle.interfaces; | |
2 | ||
3 | public interface IAssetsService { | |
4 | /** | |
5 | * load city setting from asserts | |
6 | */ | |
7 | public void loadCitySetting(); | |
8 | ||
9 | /** | |
10 | * load bicycles info from assets | |
11 | */ | |
12 | public void loadBicyclesInfo(); | |
13 | } |
|