I hereby claim:
- I am danthorpe on github.
- I am danthorpe (https://keybase.io/danthorpe) on keybase.
- I have a public key ASCDjaCGXP6ztLbEhAe0aQD1xCJq-nI6tevz2G92e_y10Ao
To claim this, I am signing this object:
| /// ✂️ Copy everything below this into other Package.swift files | |
| /// to create the DSL capabilities described at | |
| /// https://dan.works/hyper-modularization/ | |
| /// ------------------------------------------------------------ | |
| // MARK: - 🪄 Package Helpers | |
| extension String { | |
| var dependency: Target.Dependency { | |
| Target.Dependency.target(name: self) |
I hereby claim:
To claim this, I am signing this object:
| import UIKit | |
| public protocol LayoutAnchor { | |
| func constraint(equalTo: Self, constant: CGFloat) -> NSLayoutConstraint | |
| func constraint(greaterThanOrEqualTo: Self, constant: CGFloat) -> NSLayoutConstraint | |
| func constraint(lessThanOrEqualTo: Self, constant: CGFloat) -> NSLayoutConstraint | |
| } |
| extension YapDatabaseView { | |
| public enum Grouping { | |
| case ByKey(YapDatabaseViewGroupingWithKeyBlock) | |
| case ByObject(YapDatabaseViewGroupingWithObjectBlock) | |
| case ByMetadata(YapDatabaseViewGroupingWithMetadataBlock) | |
| case ByRow(YapDatabaseViewGroupingWithRowBlock) | |
| var object: YapDatabaseViewGrouping { |
I hereby claim:
To claim this, I am signing this object:
| // | |
| // TwitterHelper.h | |
| // | |
| // Created by Daniel Thorpe on 23/05/2012. | |
| // Copyright (c) 2012 Blinding Skies Limited. All rights reserved. | |
| // | |
| #import <Foundation/Foundation.h> | |
| #import <ACAccounts/ACAccounts.h> |
| // | |
| // DeviceHelper.h | |
| // | |
| // Created by Daniel Thorpe on 25/06/2012. | |
| // Copyright (c) 2012 Blinding Skies Limited. All rights reserved. | |
| // | |
| #import <Foundation/Foundation.h> | |
| @interface DeviceHelper : NSObject |
| // | |
| // TableViewController.m | |
| // PartialTable | |
| // | |
| // Created by Abizer Nasir on 07/07/2011. | |
| // | |
| #import "TableViewController.h" | |
| #define kNumberOfItemsToAdd 8 |