Skip to content

Instantly share code, notes, and snippets.

//
// ILCarousel.h
// Carousel
//
// Created by ∞ on 29/11/09.
// Copyright 2009 __MyCompanyName__. All rights reserved.
//
#import <UIKit/UIKit.h>
module Episodic; end
module Episodic::EpisodeAPI
@produce_debug_output = false
def self.debug
@produce_debug_output = true
end
def self.is_debugging
@produce_debug_output
//
// L0Photoshoot.m
// Photoshoot
//
// Created by ∞ on 11/08/09.
// Copyright 2009 __MyCompanyName__. All rights reserved.
//
#import "L0Photoshoot.h"
#import <Quartz/Quartz.h>
# Controller for the LostInAspen leaf.
require 'cgi'
require 'facets/random'
class Controller < Autumn::Leaf
MESSAGES = {
/THE RULES/ =>
" ~ The Memory Management Rules everyone should know are at: http://developer.apple.com/documentation/Cocoa/Conceptual/MemoryMgmt/Articles/mmRules.html",
// L0NibTableViewCell.h
#import <UIKit/UIKit.h>
@interface L0NibTableViewCell : UITableViewCell {
// In IB, make a file with this class as the File's Owner and connect a view
// to the innerView outlet. This view will be resized to fill the cell's
// content view.
IBOutlet UIView* innerView;
//
// L0NibTableViewCell.h
//
#import <UIKit/UIKit.h>
@interface L0NibTableViewCell : UITableViewCell {
IBOutlet UIView* innerView;
}
//
// L0NibTableViewCell.h
//
#import <UIKit/UIKit.h>
@interface L0NibTableViewCell : UITableViewCell {
IBOutlet UIView* innerView;
}