fixes last commit

This commit is contained in:
2017-01-26 13:00:31 +01:00
parent a2403b676b
commit 7fc85f72e3
197 changed files with 2203 additions and 2204 deletions

View File

@ -9,13 +9,13 @@ using Android.OS;
using Android.Runtime;
using Android.Views;
using Android.Widget;
using BookAStar.Droid.Interfaces;
using ZicMoove.Droid.Interfaces;
using Newtonsoft.Json;
using BookAStar.Model.Social;
using BookAStar.Data;
using BookAStar.Model;
using ZicMoove.Model.Social;
using ZicMoove.Data;
using ZicMoove.Model;
namespace BookAStar.Droid.Services.GCMHandlers
namespace ZicMoove.Droid.Services.GCMHandlers
{
class BookQueryGCMHandler : GCMessageHandler
{