I hereby claim:
- I am xjones on github.
- I am russelljohnson (https://keybase.io/russelljohnson) on keybase.
- I have a public key ASDynrpk9UbZGOubhjSxCHLRinGVKT5onc552sEOp9rwywo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
class Document | |
attr_accessor :sections | |
def initialize | |
@sections = [] | |
end | |
end | |
class Reader | |
# should be able to view documents |
// | |
// TransitionController.h | |
// | |
// Created by XJones on 11/25/11. | |
// | |
#import <UIKit/UIKit.h> | |
@interface TransitionController : UIViewController |
@implementation MySharedThing | |
// Using method 1 | |
// | |
DEFINE_SHARED_INSTANCE_FOR_CLASS(MySharedThing) | |
// Using method 2 | |
// | |
+ (id)sharedInstance | |
{ |