mirror of
https://github.com/samsonjs/samhuri.net-ios.git
synced 2026-03-25 09:25:47 +00:00
11 lines
220 B
C
11 lines
220 B
C
//
|
|
// Functions.h
|
|
// Blog
|
|
//
|
|
// Created by Sami Samhuri on 2015-04-26.
|
|
// Copyright (c) 2015 Guru Logic Inc. All rights reserved.
|
|
//
|
|
|
|
@import Foundation;
|
|
|
|
extern id safeCast(id obj, __unsafe_unretained Class class);
|