Skip to content

Instantly share code, notes, and snippets.

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace GenericImplementationMapping
{
internal class AutomatedNoteStrategyCustomer : IsAAutomatedNoteStrategy<Customer>
{
private Customer _parent;
@markschabacker
markschabacker / IPInsetLabel.h
Created May 8, 2012 22:22
IPInsetLabel: a simple UILabel subclass that adds padding insets and auto-height-resizing
//
// IPInsetLabel.h
// Instapaper
//
// Created by Marco Arment on 7/23/11.
// Copyright 2011 Instapaper LLC, released to the public domain.
//
#import <UIKit/UIKit.h>