Skip to content

Instantly share code, notes, and snippets.

@jonnyijapan
jonnyijapan / MigrateTwitterkitSession.swift
Created June 28, 2018 08:54
Excavate twitterkit oauth session details
//
// MigrateTwitterkitSession.swift
//
//
// Created by jonnyijapan on 2018/06/28.
// Copyright © 2018 jonnyijapan. All rights reserved.
//
import Foundation
//
// Myinternalclass.cpp
// MyGame
//
// Created by Jonny Bergstrom on 20150521.
//
//
#include "Myinternalclass.h"
#include "HelloWorldScene.h"
USING_NS_CC;
ENCODABLE_OBJECT_DEFINE_CONSTRUCTOR(HelloWorld);//declare this for CCNSCoder
Scene* HelloWorld::createScene()
{
// 'scene' is an autorelease object
auto scene = Scene::create();