What is that symbol before NSInteger?

ios

Solution

Here is the list:

T - typedef
C - Class
# - #define
V - Property
K - Constant
f - C Function
M - Objective C Method

Problem

when we type `NSInteger` in `Xcode`, then a symbol shows before it like: C, #, T etc. So what is that symbol stands for? I share a screenshot please anybody can guide me ?

Original source

Related problems