Пример #1
0
 public RecentFriendCheckIns a(Parcel paramParcel) {
   RecentFriendCheckIns localRecentFriendCheckIns = new RecentFriendCheckIns();
   localRecentFriendCheckIns.readFromParcel(paramParcel);
   return localRecentFriendCheckIns;
 }
Пример #2
0
 public RecentFriendCheckIns a(JSONObject paramJSONObject) {
   RecentFriendCheckIns localRecentFriendCheckIns = new RecentFriendCheckIns();
   localRecentFriendCheckIns.readFromJson(paramJSONObject);
   return localRecentFriendCheckIns;
 }