Skip to content

Instantly share code, notes, and snippets.

//
// L0NibTableViewCell.h
//
#import <UIKit/UIKit.h>
@interface L0NibTableViewCell : UITableViewCell {
IBOutlet UIView* innerView;
}
//
// L0NibTableViewCell.h
//
#import <UIKit/UIKit.h>
@interface L0NibTableViewCell : UITableViewCell {
IBOutlet UIView* innerView;
}
// 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;
# 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",
//
// L0Photoshoot.m
// Photoshoot
//
// Created by ∞ on 11/08/09.
// Copyright 2009 __MyCompanyName__. All rights reserved.
//
#import "L0Photoshoot.h"
#import <Quartz/Quartz.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
//
// ILCarousel.h
// Carousel
//
// Created by ∞ on 29/11/09.
// Copyright 2009 __MyCompanyName__. All rights reserved.
//
#import <UIKit/UIKit.h>
//
// MvrInertia.h
// Mover-iPad
//
// Created by ∞ on 30/03/10.
// Copyright 2010 __MyCompanyName__. All rights reserved.
//
#import <UIKit/UIKit.h>
//
// ILViewController.h
// ILViewController
//
// Created by ∞ on 07/04/10.
//
// The contents of this file are in the public domain.
#import <UIKit/UIKit.h>
//
// ILType.h
// ILType
//
// Created by ∞ on 18/04/10.
// Copyright 2010 __MyCompanyName__. All rights reserved.
//
#import <Foundation/Foundation.h>