cdts/xdts-ios 3/TreeHole/Code/Utility/ImagePicker/BlocksKit/BlocksKit.h
2023-07-27 09:20:00 +08:00

56 lines
2.3 KiB
Objective-C

//
// BlocksKit
//
// The Objective-C block utilities you always wish you had.
//
// Copyright (c) 2011-2012, 2013-2014 Zachary Waldowski
// Copyright (c) 2012-2013 Pandamonia LLC
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to deal
// in the Software without restriction, including without limitation the rights
// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
// copies of the Software, and to permit persons to whom the Software is
// furnished to do so, subject to the following conditions:
//
// The above copyright notice and this permission notice shall be included in
// all copies or substantial portions of the Software.
//
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
// THE SOFTWARE.
//
#import <Foundation/Foundation.h>
//! Project version number for BlocksKit.
FOUNDATION_EXPORT double BlocksKitVersionNumber;
//! Project version string for BlocksKit.
FOUNDATION_EXPORT const unsigned char BlocksKitVersionString[];
#import <BlocksKit/BKDefines.h>
#import <BlocksKit/BKMacros.h>
#import <BlocksKit/NSArray+BlocksKit.h>
#import <BlocksKit/NSDictionary+BlocksKit.h>
#import <BlocksKit/NSIndexSet+BlocksKit.h>
#import <BlocksKit/NSInvocation+BlocksKit.h>
#import <BlocksKit/NSNumber+BlocksKit.h>
#import <BlocksKit/NSMapTable+BlocksKit.h>
#import <BlocksKit/NSMutableArray+BlocksKit.h>
#import <BlocksKit/NSMutableDictionary+BlocksKit.h>
#import <BlocksKit/NSMutableIndexSet+BlocksKit.h>
#import <BlocksKit/NSMutableOrderedSet+BlocksKit.h>
#import <BlocksKit/NSMutableSet+BlocksKit.h>
#import <BlocksKit/NSObject+BKAssociatedObjects.h>
#import <BlocksKit/NSObject+BKBlockExecution.h>
#import <BlocksKit/NSObject+BKBlockObservation.h>
#import <BlocksKit/NSOrderedSet+BlocksKit.h>
#import <BlocksKit/NSSet+BlocksKit.h>
#import <BlocksKit/NSTimer+BlocksKit.h>