mirror of
https://github.com/zhigang1992/transshift.git
synced 2026-06-11 16:50:01 +08:00
16 lines
277 B
Objective-C
16 lines
277 B
Objective-C
//
|
|
// NSObject+DataObject.h
|
|
// TransmissionRPCClient
|
|
//
|
|
// Created by Alexey Chechetkin on 03.07.15.
|
|
// Copyright (c) 2015 Alexey Chechetkin. All rights reserved.
|
|
//
|
|
|
|
#import <UIKit/UIKit.h>
|
|
|
|
@interface NSObject(AssosiatedObject)
|
|
|
|
@property(nonatomic) id dataObject;
|
|
|
|
@end
|